Client Methods |
The Client type exposes the following members.
Name | Description | |
---|---|---|
Disconnect | Disconnects the client. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetConnection(String) | Gets a OIV.RemoteViz.Rendering.Connection of the client. | |
GetConnection(UInt32) | Gets a OIV.RemoteViz.Rendering.Connection of the client. | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsImageStreamingSupported | Returns if the client supports image streaming. | |
IsVideoStreamingSupported | Returns if the client supports video streaming. | |
SendMessage(IListByte) | Calls SendMessage(buffer, {}). | |
SendMessage(String) | Calls SendMessage(message, {}). | |
SendMessage(IListByte, IListConnection) | Sends a binary message to all the connections of the client. | |
SendMessage(String, IListConnection) | Sends a text message to all the connections of the client. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |