Click or drag to resize

ServerAddress Class

An IP address and port, along with an optional public IP address for listening behind a 1:1 NAT.
Inheritance Hierarchy

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

The ServerAddress type exposes the following members.

Constructors
  NameDescription
Public methodServerAddress(String, Int32)
Initializes a new instance of the ServerAddress class.
Public methodServerAddress(String, Int32, String)
Initializes a new instance of the ServerAddress class.
Top
Properties
  NameDescription
Public propertyIPAddress
Gets or sets the IP address.
(Inherited from TransportAddress.)
Public propertyPort
Gets or sets the port.
(Inherited from TransportAddress.)
Public propertyPublicIPAddress
Gets the public IP address.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to this instance.
(Inherited from TransportAddress.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance.
(Inherited from TransportAddress.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents this instance.
(Inherited from TransportAddress.)
Top
See Also