C# Class NetworkCommsDotNet.Tools.XPlatformHelper.EndPoint

ファイルを表示 Open project: MarcFletcher/NetworkComms.Net

Public Methods

Method Description
Create ( SocketAddress socketAddress ) : EndPoint
Serialize ( ) : SocketAddress

Protected Methods

Method Description
EndPoint ( ) : System

Private Methods

Method Description
NotImplemented ( ) : Exception

Method Details

Create() public method

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

EndPoint() protected method

protected EndPoint ( ) : System
return System

Serialize() public method

public Serialize ( ) : SocketAddress
return SocketAddress