ServerPipeRemoteEndPoint Property |
Returns the IPEndPoint to which this socket is connected, or null
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public IPEndPoint RemoteEndPoint { get; }
Public ReadOnly Property RemoteEndPoint As IPEndPoint
Get
public:
property IPEndPoint^ RemoteEndPoint {
IPEndPoint^ get ();
}
Property Value
Type:
IPEndPointSee Also