C# Class PgmTransport.TransportPipe

Inheritance: IDisposable
ファイルを表示 Open project: jbouzaglou/PetPigeonsESB Class Usage Examples

Public Properties

Property Type Description
EndPoint System.Net.IPEndPoint

Public Methods

Method Description
CreateSocket ( ) : Socket
Dispose ( ) : void
Send ( ArraySegment data, bool dontWait = false ) : bool

Private Methods

Method Description
TransportPipe ( int highWaterMark, HighWaterMarkBehavior highWaterMarkBehavior, IPEndPoint endPoint, SendingTransport transport, int sendingThreadNumber ) : System

Method Details

CreateSocket() public abstract method

public abstract CreateSocket ( ) : Socket
return Socket

Dispose() public method

public Dispose ( ) : void
return void

Send() public method

public Send ( ArraySegment data, bool dontWait = false ) : bool
data ArraySegment
dontWait bool
return bool

Property Details

EndPoint public_oe property

public IPEndPoint,System.Net EndPoint
return System.Net.IPEndPoint