C# Class Gwupe.Cloud.Communication.CoupledConnection

ファイルを表示 Open project: gwupe/Gwupe Class Usage Examples

Public Properties

Property Type Description
Closed bool
Closing bool

Public Methods

Method Description
Close ( ) : void
Connect ( ) : void
CoupledConnection ( String uniqueId, String address, X509Certificate2 cert, bool>.Func readData ) : System
WriteData ( byte arrayBytes ) : void

Protected Methods

Method Description
OnConnected ( ) : void
OnDisconnected ( ) : void

Private Methods

Method Description
ProcessStream ( WebSocketConnection aconnection, int acode, MemoryStream adata ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Connect() public method

public Connect ( ) : void
return void

CoupledConnection() public method

public CoupledConnection ( String uniqueId, String address, X509Certificate2 cert, bool>.Func readData ) : System
uniqueId String
address String
cert System.Security.Cryptography.X509Certificates.X509Certificate2
readData bool>.Func
return System

OnConnected() protected method

protected OnConnected ( ) : void
return void

OnDisconnected() protected method

protected OnDisconnected ( ) : void
return void

WriteData() public method

public WriteData ( byte arrayBytes ) : void
arrayBytes byte
return void

Property Details

Closed public_oe property

public bool Closed
return bool

Closing public_oe property

public bool Closing
return bool