Property | Type | Description | |
---|---|---|---|
connectionType | ulong | ||
incoming | bool | ||
transportState | TransportState |
Method | Description | |
---|---|---|
BeginReceive ( byte buffer, int offset, int size, AsyncCallback callback, object state ) : IAsyncResult | ||
BeginReceiveMessage ( AsyncCallback callback, object state ) : IAsyncResult | ||
BeginSend ( byte buffer, int offset, int size, AsyncCallback callback, object state ) : IAsyncResult | ||
BeginSendMessage ( byte buffer, AsyncCallback callback, object state ) : IAsyncResult | ||
Connect ( TransportCallback callback ) : void | ||
Disconnect ( ) : void | ||
Disconnect ( |
||
EndReceive ( IAsyncResult asyncResult ) : int | ||
EndReceiveMessage ( IAsyncResult asyncResult ) : byte[] | ||
EndSend ( IAsyncResult asyncResult ) : int | ||
EndSendMessage ( IAsyncResult asyncResult ) : void | ||
Receive ( byte buffer ) : int | ||
Receive ( byte buffer, int offset, int size ) : int | ||
ReceiveMessage ( ) : byte[] | ||
Send ( byte buffer ) : int | ||
Send ( byte buffer, int offset, int size ) : int | ||
SendMessage ( byte buffer ) : void |
Method | Description | |
---|---|---|
RaiseConnected ( ) : void | ||
RaiseDisconnected ( |
public BeginReceive ( byte buffer, int offset, int size, AsyncCallback callback, object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
size | int | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginReceiveMessage ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginSend ( byte buffer, int offset, int size, AsyncCallback callback, object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
size | int | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginSendMessage ( byte buffer, AsyncCallback callback, object state ) : IAsyncResult | ||
buffer | byte | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public abstract Connect ( TransportCallback callback ) : void | ||
callback | TransportCallback | |
return | void |
public abstract Disconnect ( |
||
ex | ||
return | void |
public EndReceive ( IAsyncResult asyncResult ) : int | ||
asyncResult | IAsyncResult | |
return | int |
public EndReceiveMessage ( IAsyncResult asyncResult ) : byte[] | ||
asyncResult | IAsyncResult | |
return | byte[] |
public EndSend ( IAsyncResult asyncResult ) : int | ||
asyncResult | IAsyncResult | |
return | int |
public EndSendMessage ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
return | void |
protected RaiseDisconnected ( |
||
ex | ||
return | void |
public abstract Receive ( byte buffer, int offset, int size ) : int | ||
buffer | byte | |
offset | int | |
size | int | |
return | int |
public abstract Send ( byte buffer, int offset, int size ) : int | ||
buffer | byte | |
offset | int | |
size | int | |
return | int |