Click or drag to resize
GDStreamSocketConnectAsync Method
Overload List
  NameDescription
Public methodConnectAsync(EndpointPair)
Establishes a connection to a remote host using provided EndpointPair.
Public methodConnectAsync(EndpointPair, SocketProtectionLevel)
Establishes a connection to a remote host using provided EndpointPair and SocketProtectionLevel.
Public methodConnectAsync(HostName, String)
Establishes a connection to a remote host using provided HostName and port number.
Public methodConnectAsync(HostName, String, SocketProtectionLevel)
Establishes a connection to a remote host using provided HostName port number and SocketProtectionLevel.
Top
See Also