Method | Description | |
---|---|---|
Empty ( SocketError error ) : bool | ||
Succeeded ( SocketError error ) : bool |
Method | Description | |
---|---|---|
Bind ( int port ) : SocketError | ||
Close ( ) : void | ||
NetSocket ( ) : System.Net | ||
TryReceive ( |
Attempts to read from OS socket. Returns false if the read fails or if there is nothing to read.
|
|
TrySend ( |
Attempts to send data to endpoint via OS socket. Returns false if the send failed.
|
public static Empty ( SocketError error ) : bool | ||
error | SocketError | |
return | bool |
public static Succeeded ( SocketError error ) : bool | ||
error | SocketError | |
return | bool |