Interface IWebSocketConnectionInfo
Provides an interface describing information about the WebSocket connection.
public interface IWebSocketConnectionInfo
Properties
ClientIPAddress
Gets the IP address of the client for the connection.
string ClientIPAddress { get; }
Property Value
Cookies
Gets the collection of cookies for the connection.
IDictionary<string, string> Cookies { get; }
Property Value
Host
Gets the host for the connection.
string Host { get; }
Property Value
Origin
Gets the origin of the connection.
string Origin { get; }
Property Value
Path
Gets the path for the connection.
string Path { get; }
Property Value
SubProtocol
Gets the sub-protocol of the connection.
string SubProtocol { get; }