SocketAddress.Item Property

Gets or sets the specified index element in the underlying buffer.

Namespace: System.Net
Assembly: System (in system.dll)

Syntax

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

Parameters

  • offset
    Holds the array index element of the desired information.

Property Value

The value of the specified index element in the underlying buffer.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

SocketAddress Class
SocketAddress Members
System.Net Namespace