Edit

Share via


TlsFailureException.RemoteEndpoint Property

Definition

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

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

Property Value

Remarks

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

Applies to