Method | Description | |
---|---|---|
Connect ( Socket, socket, Array, addresses, int port, TimeSpan, timeout ) : void |
Connects the specified socket.
|
|
Connect ( Socket, socket, string host, int port, TimeSpan, timeout ) : void |
Connects the specified socket.
|
Method | Description | |
---|---|---|
AsyncConnect ( Socket, socket, Func, connect, TimeSpan, timeout ) : void |
Asyncs the connect.
|
public static Connect ( Socket, socket, Array, addresses, int port, TimeSpan, timeout ) : void | ||
socket | Socket, | The socket. |
addresses | Array, | The addresses. |
port | int | The port. |
timeout | TimeSpan, | The timeout. |
return | void |
public static Connect ( Socket, socket, string host, int port, TimeSpan, timeout ) : void | ||
socket | Socket, | The socket. |
host | string | The host. |
port | int | The port. |
timeout | TimeSpan, | The timeout. |
return | void |