Skip to main content

Class EndPointWrapper

Inheritance
System.Object
Inherited Members
Show
Syntax
public class EndPointWrapper : IEndPoint

Constructors

EndPointWrapper(EndPoint)

Declaration
public EndPointWrapper(EndPoint endPoint)
Parameters
TypeNameDescription
System.Net.EndPointendPoint

Fields

inner

Declaration
public EndPoint inner

Methods

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
TypeNameDescription
System.Objectobj
Returns
TypeDescription
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
TypeDescription
System.Int32

ToString()

Declaration
public override string ToString()
Returns
TypeDescription
System.String

IEndPoint.CreateCopy()

Declaration
IEndPoint IEndPoint.CreateCopy()
Returns
TypeDescription
Mirage.SocketLayer.IEndPoint