IConnectionListener.EndPoint Property

Definition

The endpoint that was bound. This may differ from the requested endpoint, such as when the caller requested that any free port be selected.

public:
 property System::Net::EndPoint ^ EndPoint { System::Net::EndPoint ^ get(); };
public System.Net.EndPoint EndPoint { get; }
member this.EndPoint : System.Net.EndPoint
Public ReadOnly Property EndPoint As EndPoint

Property Value

Applies to