C# Class System.Net.IPEndPoint

Inheritance: EndPoint
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Create ( SocketAddress socketAddress ) : EndPoint
Equals ( object comparand ) : bool
GetHashCode ( ) : int
IPEndPoint ( IPAddress address, int port ) : System.Net.Sockets
IPEndPoint ( long address, int port ) : System.Net.Sockets
Serialize ( ) : SocketAddress
ToString ( ) : string

Private Methods

Method Description
Snapshot ( ) : IPEndPoint

Method Details

Create() public method

public Create ( SocketAddress socketAddress ) : EndPoint
socketAddress SocketAddress
return EndPoint

Equals() public method

public Equals ( object comparand ) : bool
comparand object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IPEndPoint() public method

public IPEndPoint ( IPAddress address, int port ) : System.Net.Sockets
address IPAddress
port int
return System.Net.Sockets

IPEndPoint() public method

public IPEndPoint ( long address, int port ) : System.Net.Sockets
address long
port int
return System.Net.Sockets

Serialize() public method

public Serialize ( ) : SocketAddress
return SocketAddress

ToString() public method

public ToString ( ) : string
return string