| ClientBaseBeginConnect Method (String, Int32) |
Namespace:
Limilabs.Client
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public IAsyncResult BeginConnect(
string host,
int port
)
Public Function BeginConnect (
host As String,
port As Integer
) As IAsyncResult
public:
IAsyncResult^ BeginConnect(
String^ host,
int port
)
member BeginConnect :
host : string *
port : int -> IAsyncResult
Parameters
- host
- Type: SystemString
The name or IP address of the remote server. - port
- Type: SystemInt32
The port number of the remote server.
Return Value
Type:
IAsyncResultAn IAsyncResult that references the asynchronous connection.
See Also