Click or drag to resize
GDStreamSocket Methods

The GDStreamSocket type exposes the following members.

Methods
  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.
Public methodDisableHostVerification
This function disables host name verification, when making an SSL/TLS connection. Host name verification is an SSL/TLS security option.
Public methodDisablePeerVerification
This function disables certificate authenticity verification, when making an SSL/TLS connection. Authenticity verification is an SSL/TLS security option.
Public methodDisconnect
The Disconnect method aborts any pending operations and disconnects GDStreamSocket object.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodUpgradeToSslAsync
Starts an asynchronous operation to upgrade a connected socket to use SSL on a GDStreamSocket object.
Top
See Also