Method | Description | |
---|---|---|
GetStream ( uint timeout ) : Stream | ||
StreamCreator ( string hosts, uint port, string pipeName, uint keepalive ) : System |
Method | Description | |
---|---|---|
CreateSocketStream ( |
||
CreateUnixEndPoint ( string host ) : |
||
GetDnsHostEntry ( string hostname ) : |
||
GetHostEntry ( string hostname ) : |
||
ParseIPAddress ( string hostname ) : |
||
SetKeepAlive ( Socket s, uint time ) : void |
Set keepalive + timeout on socket.
|
public StreamCreator ( string hosts, uint port, string pipeName, uint keepalive ) : System | ||
hosts | string | |
port | uint | |
pipeName | string | |
keepalive | uint | |
return | System |