C# Class Dicom.Network.DcmTlsSocket

Inheritance: DcmSocket
显示文件 Open project: fo-dicom/mdcm

Public Methods

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

Private Methods

Method Description
DcmTlsSocket ( Socket socket ) : System.Threading

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

DcmTlsSocket() public method

public DcmTlsSocket ( ) : System.Threading
return System.Threading

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