Edit

Share via


TlsFailureException.LocalEndpoint Property

Definition

Gets the local endpoint associated with this exception, if available.

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

Property Value

Remarks

This property may return null value if local endpoint information is not available.

Applies to