HttpListenerGetContext Method |
Namespace: Sfs2X.WebSocketSharp.Net
public HttpListenerContext GetContext()
Exception | Condition |
---|---|
InvalidOperationException | This listener has no URI prefix on which listens. -or- This listener hasn't been started, or is currently stopped. |
ObjectDisposedException | This listener has been closed. |