TlsFailureException.LocalEndpoint 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 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.