Share via


Address Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the IP address of the endpoint.

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

Syntax

'Declaration
Public ReadOnly Property Address As IPAddress
public IPAddress Address { get; }
public:
property IPAddress^ Address {
    IPAddress^ get ();
}
member Address : IPAddress with get
function get Address () : IPAddress

Property Value

Type: System.Net. . :: . .IPAddress
An IPAddress instance containing the IP address of the endpoint.

.NET Framework Security

See Also

Reference

IPEndPoint Class

System.Net Namespace