Mono Class Library: Overview

System.Net.SocketAddress: Members

The members of System.Net.SocketAddress are listed below.

See Also: Inherited members from System.Object

Public Constructors

Constructs and initializes a new instance of the System.Net.SocketAddress class.
Constructs and initializes a new instance of the System.Net.SocketAddress class.

Public Properties

[read-only]
FamilySystem.Net.Sockets.AddressFamily. Gets the address family which specifies the addressing scheme used to resolve an address.
default property
Item(int)byte. Gets or sets the element at the specified index of the byte array storing the socket address.
[read-only]
Sizeint. Gets the length of the socket address.

Public Methods

override
Equals(object) : bool
Determines whether the current instance and the specified object represent the same socket address.
override
GetHashCode() : int
Generates a hash code for the current instance.
override
ToString() : string
Returns a string representation of the value of the current instance.