ProxySocketException.ErrorCode Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
ErrorCode
Gets the error code associated with this exception if the error status is SocketError or ProtocolError. Returns 0 otherwise.
Declaration
public int ErrorCode { get; set; }
Property Value
Type | Description |
---|---|
Int32 | An integer error code associated with this exception (or 0). |