TlsFailureException.RemoteEndpoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.