Click or drag to resize

ManagedSocket Class

A socket.
Inheritance Hierarchy

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The ManagedSocket type exposes the following members.

Constructors
  NameDescription
Protected methodManagedSocket
Initializes a new instance of the ManagedSocket class
Top
Properties
  NameDescription
Public propertyAdapterSpeed
Gets or sets the adapter speed.
Public propertyIPv6
Gets a value indicating whether the socket supports IPv6.
Public propertyIsClosed
Gets a value indicating whether this instance is closed.
Public propertyLocalIPAddress
Gets the local IP address.
Public propertyLocalPort
Gets the local port.
Public propertyPublicIPAddress
Gets or sets the public IP address, if known.
Top
Methods
  NameDescription
Public methodBind
Binds the socket to a local endpoint.
Public methodClose
Closes the socket.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also