Click or drag to resize

StreamSocket Properties

The StreamSocket type exposes the following members.

Properties
  NameDescription
Public propertyAdapterSpeed
Gets or sets the adapter speed.
(Inherited from ManagedSocket.)
Public propertyIPv6
Gets a value indicating whether the socket supports IPv6.
(Inherited from ManagedSocket.)
Public propertyIsClosed
Gets a value indicating whether this instance is closed.
(Inherited from ManagedSocket.)
Public propertyLocalIPAddress
Gets the local IP address.
(Inherited from ManagedSocket.)
Public propertyLocalPort
Gets the local port.
(Inherited from ManagedSocket.)
Public propertyOnReceiveFailure
Gets or sets a callback invoked on failed read from TCP stream.
Public propertyOnReceiveSuccess
Gets or sets a callback invoked on successful read from TCP stream.
Public propertyPublicIPAddress
Gets or sets the public IP address, if known.
(Inherited from ManagedSocket.)
Public propertyRemoteHostname
Gets or sets the remote hostname.
Public propertyRemoteIPAddress
Gets or sets the remote IP address.
Public propertyRemotePort
Gets or sets the remote port.
Public propertySecure
Gets a value indicating whether the socket is secure.
Public propertyServer
Gets a value indicating whether the socket can accept incoming connections.
Top
See Also