Mono Class Library: System.Net.SocketAddress Overview | Members

System.Net.SocketAddress.Item Property

Gets or sets the element at the specified index of the byte array storing the socket address.

This is the default property for this class.

public byte this [int offset] { set; get; }

Parameters

offset
A int containing the zero-based index of the element to get or set.

Value

A byte containing the element at the specified index.

Exceptions

TypeReason
IndexOutOfRangeException

offset is < 0.

-or-

offset >= SocketAddress.Size.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0