Class EndpointPermission
Inheritance
System.Object
EndpointPermission
Assembly: IronZip.dll
Syntax
public class EndpointPermission : Object
Properties
Hostname
Declaration
public string Hostname { get; }
Property Value
| Type |
Description |
| System.String |
|
Port
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|
Transport
Declaration
public TransportType Transport { get; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|