Property | Type | Description | |
---|---|---|---|
inUse | bool |
Method | Description | |
---|---|---|
AllocateAdress ( |
||
BeginReceive ( ) : |
||
BeginReceive ( |
||
Dispose ( ) : void | ||
Flush ( ) : void | ||
GetSocketOption ( IPPROTO_IPV6_SocketOptions option, void value, int valueLength ) : int | ||
GetSocketOption ( IPPROTO_IP_SocketOptions option, void value, int valueLength ) : int | ||
GetSocketOption ( IPPROTO_TCP_SocketOptions option, void value, int valueLength ) : int | ||
GetSocketOption ( IPPROTO_UDP_SocketOptions option, void value, int valueLength ) : int | ||
GetSocketOption ( MCAST_SocketOptions option, void value, int valueLength ) : int | ||
GetSocketOption ( SOL_SOCKET_SocketOptions option, void value, int valueLength ) : int | ||
Send ( |
||
Send ( byte buffer ) : |
||
Send ( byte buffer, |
||
Send ( byte buffer, int offset, int count ) : |
||
SetLinger ( int value ) : void | ||
SetLoopbackFastPath ( bool value ) : void | ||
SetSocketOption ( IPPROTO_IPV6_SocketOptions option, void value, int valueLength ) : int | ||
SetSocketOption ( IPPROTO_IP_SocketOptions option, void value, int valueLength ) : int | ||
SetSocketOption ( IPPROTO_TCP_SocketOptions option, void value, int valueLength ) : int | ||
SetSocketOption ( IPPROTO_UDP_SocketOptions option, void value, int valueLength ) : int | ||
SetSocketOption ( MCAST_SocketOptions option, void value, int valueLength ) : int | ||
SetSocketOption ( SOL_SOCKET_SocketOptions option, void value, int valueLength ) : int | ||
SetTcpNoDelay ( bool value ) : void |
Method | Description | |
---|---|---|
ResetSocket ( ) : void | ||
RioSocket ( |
||
Send ( |
||
Send ( |
||
Send ( |
||
SendAndDispose ( |
||
SendAndDispose ( |
||
SendAndDispose ( |
||
SetInUse ( bool value ) : void |
public AllocateAdress ( |
||
remoteAdress | ||
return |
public BeginReceive ( |
||
segment | ||
return |
public GetSocketOption ( IPPROTO_IPV6_SocketOptions option, void value, int valueLength ) : int | ||
option | IPPROTO_IPV6_SocketOptions | |
value | void | |
valueLength | int | |
return | int |
public GetSocketOption ( IPPROTO_IP_SocketOptions option, void value, int valueLength ) : int | ||
option | IPPROTO_IP_SocketOptions | |
value | void | |
valueLength | int | |
return | int |
public GetSocketOption ( IPPROTO_TCP_SocketOptions option, void value, int valueLength ) : int | ||
option | IPPROTO_TCP_SocketOptions | |
value | void | |
valueLength | int | |
return | int |
public GetSocketOption ( IPPROTO_UDP_SocketOptions option, void value, int valueLength ) : int | ||
option | IPPROTO_UDP_SocketOptions | |
value | void | |
valueLength | int | |
return | int |
public GetSocketOption ( MCAST_SocketOptions option, void value, int valueLength ) : int | ||
option | MCAST_SocketOptions | |
value | void | |
valueLength | int | |
return | int |
public GetSocketOption ( SOL_SOCKET_SocketOptions option, void value, int valueLength ) : int | ||
option | SOL_SOCKET_SocketOptions | |
value | void | |
valueLength | int | |
return | int |
public Send ( |
||
Segment | ||
return |
public Send ( byte buffer ) : |
||
buffer | byte | |
return |
public Send ( byte buffer, |
||
buffer | byte | |
remoteAdress | ||
return |
public Send ( byte buffer, int offset, int count ) : |
||
buffer | byte | |
offset | int | |
count | int | |
return |
public SetLoopbackFastPath ( bool value ) : void | ||
value | bool | |
return | void |
public SetSocketOption ( IPPROTO_IPV6_SocketOptions option, void value, int valueLength ) : int | ||
option | IPPROTO_IPV6_SocketOptions | |
value | void | |
valueLength | int | |
return | int |
public SetSocketOption ( IPPROTO_IP_SocketOptions option, void value, int valueLength ) : int | ||
option | IPPROTO_IP_SocketOptions | |
value | void | |
valueLength | int | |
return | int |
public SetSocketOption ( IPPROTO_TCP_SocketOptions option, void value, int valueLength ) : int | ||
option | IPPROTO_TCP_SocketOptions | |
value | void | |
valueLength | int | |
return | int |
public SetSocketOption ( IPPROTO_UDP_SocketOptions option, void value, int valueLength ) : int | ||
option | IPPROTO_UDP_SocketOptions | |
value | void | |
valueLength | int | |
return | int |
public SetSocketOption ( MCAST_SocketOptions option, void value, int valueLength ) : int | ||
option | MCAST_SocketOptions | |
value | void | |
valueLength | int | |
return | int |
public SetSocketOption ( SOL_SOCKET_SocketOptions option, void value, int valueLength ) : int | ||
option | SOL_SOCKET_SocketOptions | |
value | void | |
valueLength | int | |
return | int |