WebSocketAcceptAsync Method |
Namespace: Sfs2X.WebSocketSharp
public void AcceptAsync()
Exception | Condition |
---|---|
InvalidOperationException | This instance is a client. -or- The close process is in progress. -or- The connection has already been closed. |
This method does not wait for the accept process to be complete.
This method does nothing if the handshake request has already been accepted.