WebSocketClient.HttpStatusCode Property
Namespace: Rebex.Net
Assembly: Rebex.WebSocket.dll (version 7.0.9083)
HttpStatusCode
Gets the HTTP response status code or zero if not available.
Declaration
public HttpStatusCode HttpStatusCode { get; }
Property Value
Type | Description |
---|---|
HttpStatusCode |
Remarks
Only available once the WebSocket has been connected and the Options.CollectHttpResponseDetails was set.