Overload List
Name | Description | |
---|---|---|
Connect(String) |
Connects to a server listening on the given URI using blocking I/O and
default send and receive buffer sizes.
| |
Connect(Uri) |
Connects to a server listening on the given URI using blocking I/O and
default send and receive buffer sizes.
| |
Connect(String, Boolean) |
Connects to a server listening on the given URI using blocking or non-blocking I/O
and default send and receive buffer sizes.
| |
Connect(Uri, Boolean) |
Connects to a server listening on the given URI using blocking or non-blocking I/O
and default send and receive buffer sizes.
| |
Connect(String, Int32, Int32) |
Connects to a server listening on the given URI using blocking I/O.
| |
Connect(Uri, Int32, Int32) |
Connects to a server listening on the given URI using blocking I/O.
| |
Connect(String, Boolean, Int32, Int32) |
Connects to a server listening on the given URI using blocking or non-blocking I/O.
| |
Connect(Uri, Boolean, Int32, Int32) |
Connects to a server listening on the given URI using blocking or non-blocking I/O.
|