Property | Type | Description | |
---|---|---|---|
ServerStream | |||
StandardID | int |
Property | Type | Description | |
---|---|---|---|
BytesToQueueProcessor | void | ||
Dispose | void | ||
RaiseBytesReceived | void | ||
RaiseExceptionEncountered | void | ||
SendProcessor | void |
Method | Description | |
---|---|---|
ClearSendQueue ( ) : void | ||
Connector ( int port ) : System | ||
Dispose ( ) : void | ||
Send ( |
||
Start ( |
Starts the specified client.
|
|
Stop ( ) : void |
Stops the connection
|
Method | Description | |
---|---|---|
BytesToQueueProcessor ( ) : void |
Processes Byte from the TCP/IP stream to queue processor.
|
|
Dispose ( bool Disposing ) : void | ||
RaiseBytesReceived ( Stream buffer ) : void | ||
RaiseExceptionEncountered ( |
||
SendProcessor ( ) : void |
public Send ( |
||
stream | ||
return | void |
public Start ( |
||
client | The client. | |
return | void |
public NetworkStream,System.Net.Sockets ServerStream | ||
return |