WebSocketSessionManagerBroadcast Method (Stream, Int32) |
Namespace: Sfs2X.WebSocketSharp.Server
public void Broadcast( Stream stream, int length )
Exception | Condition |
---|---|
InvalidOperationException | The current state of the manager is not Start. |
ArgumentNullException | stream is . |
ArgumentException | stream cannot be read. -or- length is less than 1. -or- No data could be read from stream. |