This topic has not yet been rated - Rate this topic

SocketAddress Class

Stores serialized information from EndPoint derived classes.

System.Object
  System.Net.SocketAddress

Namespace:  System.Net
Assembly:  System.Net (in System.Net.dll)
[DefaultMemberAttribute("Item")]
public class SocketAddress

The SocketAddress type exposes the following members.

  Name Description
Public method Supported by Silverlight for Windows Phone SocketAddress(AddressFamily) Creates a new instance of the SocketAddress class for the given address family.
Public method Supported by Silverlight for Windows Phone SocketAddress(AddressFamily, Int32) Creates a new instance of the SocketAddress class using the specified address family and buffer size.
Top
  Name Description
Public property Supported by Silverlight for Windows Phone Family Gets the AddressFamily enumerated value of the current SocketAddress.
Public property Supported by Silverlight for Windows Phone Item Gets or sets the specified index element in the underlying buffer.
Public property Supported by Silverlight for Windows Phone Size Gets the available buffer size that can be used for the SocketAddress.
Top
  Name Description
Public method Supported by Silverlight for Windows Phone Equals Determines whether the specified Object is equal to the current SocketAddress instance. (Overrides Object.Equals(Object).)
Protected method Supported by Silverlight for Windows Phone Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method Supported by Silverlight for Windows Phone GetHashCode Returns a hash value for the SocketAddress. (Overrides Object.GetHashCode().)
Public method Supported by Silverlight for Windows Phone GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method Supported by Silverlight for Windows Phone MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Supported by Silverlight for Windows Phone ToString Returns a string that represents information about the socket address. (Overrides Object.ToString().)
Top

The first 2 bytes of the underlying buffer are reserved for the AddressFamily enumerated value. When the SocketAddress is used to store a serialized IPEndPoint, the third and fourth bytes are used to store port number information. The remaining bytes are used to store the IP address. You can access any information within this underlying byte buffer by referring to its index position; the byte buffer uses zero-based indexing. You can also use the Family and Size properties to get the AddressFamily value and the buffer size, respectively. To view any of this information as a string, use the ToString method.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ