Class EndPointWrapper
Inheritance
System.Object
Inherited Members
Show
Syntax
public class EndPointWrapper : IEndPoint
Constructors
EndPointWrapper(EndPoint)
Declaration
public EndPointWrapper(EndPoint endPoint)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Net.EndPoint | endPoint |
Fields
inner
Declaration
public EndPoint inner
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 |
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
IEndPoint.CreateCopy()
Declaration
IEndPoint IEndPoint.CreateCopy()
Returns
| Type | Description |
|---|---|
| Mirage.SocketLayer.IEndPoint |