Property | Type | Description | |
---|---|---|---|
LocalHost | string | ||
LocalPort | string | ||
RemoteHost | string | ||
RemotePort | string |
Property | Type | Description | |
---|---|---|---|
_sock | |||
netstream | Stream | ||
streamIn | StatisticsStream | ||
streamOut | StatisticsStream |
Method | Description | |
---|---|---|
CommonSocketChannel ( Protocol Protocols, ChannelRole ChannelRole, ChannelSerializationMode SupportedChannelSerializationModes, ChannelSerializationMode PreferredChannelSerializationModes ) : System | ||
Dispose ( ) : void |
Method | Description | |
---|---|---|
SetupStream ( ) : void | ||
SetupStream ( Stream baseStream ) : void | ||
_flush ( int Timeout ) : void | ||
_readPackedMessage ( ) : YPMessagePacked | ||
_sendPackedMessage ( YPMessagePacked msg ) : bool | ||
onClose ( string Message ) : void |
Method | Description | |
---|---|---|
_reader ( byte buffer, int offset, int count ) : bool |
public CommonSocketChannel ( Protocol Protocols, ChannelRole ChannelRole, ChannelSerializationMode SupportedChannelSerializationModes, ChannelSerializationMode PreferredChannelSerializationModes ) : System | ||
Protocols | Protocol | |
ChannelRole | ChannelRole | |
SupportedChannelSerializationModes | ChannelSerializationMode | |
PreferredChannelSerializationModes | ChannelSerializationMode | |
return | System |
protected SetupStream ( Stream baseStream ) : void | ||
baseStream | Stream | |
return | void |
protected _readPackedMessage ( ) : YPMessagePacked | ||
return | YPMessagePacked |
protected _sendPackedMessage ( YPMessagePacked msg ) : bool | ||
msg | YPMessagePacked | |
return | bool |
protected StreamSocket,Windows.Networking.Sockets _sock | ||
return |