Click or drag to resize

SessionHandlerGetSessionIDFromCookie Method

Overload List
  Name Description
Public method Static member GetSessionIDFromCookie(HttpRequestMessage, String) Gets the session ID Guid as defined in the request cookie header values.
Public method Static member GetSessionIDFromCookie(IOwinRequest, String) Gets the session ID Guid as defined in the Owin cookie header values.
Public method Static member GetSessionIDFromCookie(IRequest, String) Gets the session ID Guid as defined in the SignalR cookie header values.
Top
See Also