C# Class Dicom.Network.DcmTcpSocket

Inheritance: DcmSocket
Datei anzeigen Open project: fo-dicom/mdcm

Public Methods

Method Description
Accept ( ) : DcmSocket
Bind ( EndPoint localEP ) : void
Close ( ) : void
Connect ( EndPoint remoteEP ) : void
GetInternalStream ( ) : Stream
Listen ( int backlog ) : void
Poll ( int microSeconds, SelectMode mode ) : bool
Reconnect ( ) : void

Private Methods

Method Description
DcmTcpSocket ( ) : System.Threading
OnSocketAsyncEventCompleted ( object sender, SocketAsyncEventArgs e ) : void
ProcessConnect ( SocketAsyncEventArgs e ) : void

Method Details

Accept() public method

public Accept ( ) : DcmSocket
return DcmSocket

Bind() public method

public Bind ( EndPoint localEP ) : void
localEP System.Net.EndPoint
return void

Close() public method

public Close ( ) : void
return void

Connect() public method

public Connect ( EndPoint remoteEP ) : void
remoteEP System.Net.EndPoint
return void

GetInternalStream() public method

public GetInternalStream ( ) : Stream
return Stream

Listen() public method

public Listen ( int backlog ) : void
backlog int
return void

Poll() public method

public Poll ( int microSeconds, SelectMode mode ) : bool
microSeconds int
mode SelectMode
return bool

Reconnect() public method

public Reconnect ( ) : void
return void