Click or drag to resize

TcpSocket Properties

The TcpSocket type exposes the following members.

Properties
  NameDescription
Public propertyAdapterSpeed
Gets or sets the adapter speed.
(Inherited from ManagedSocket.)
Public propertyStatic memberCertificate
Gets or sets the certificate to use to secure the socket. This is required for secure server sockets.
Public propertyIPv6
Gets a value indicating whether the socket supports IPv6.
(Overrides ManagedSocketIPv6.)
Public propertyIsClosed
Gets a value indicating whether this instance is closed.
(Overrides ManagedSocketIsClosed.)
Public propertyListenBacklog
Gets or sets the maximum length of the pending connections queue.
Public propertyLocalIPAddress
Gets the local IP address.
(Overrides ManagedSocketLocalIPAddress.)
Public propertyLocalPort
Gets the local port.
(Overrides ManagedSocketLocalPort.)
Public propertyOnReceiveFailure
Gets or sets a callback invoked on failed read from TCP stream.
(Inherited from StreamSocket.)
Public propertyOnReceiveSuccess
Gets or sets a callback invoked on successful read from TCP stream.
(Inherited from StreamSocket.)
Public propertyPublicIPAddress
Gets or sets the public IP address, if known.
(Inherited from ManagedSocket.)
Public propertyRemoteHostname
Gets the remote hostname.
(Overrides StreamSocketRemoteHostname.)
Public propertyRemoteIPAddress
Gets the remote IP address.
(Overrides StreamSocketRemoteIPAddress.)
Public propertyRemotePort
Gets the remote port.
(Overrides StreamSocketRemotePort.)
Public propertySecure
Gets a value indicating whether the socket is secure.
(Overrides StreamSocketSecure.)
Public propertyServer
Gets a value indicating whether the socket can accept incoming connections.
(Overrides StreamSocketServer.)
Public propertySocket
Gets the underlying socket.
Public propertyStream
Gets the underlying stream.
Top
See Also