Click or drag to resize
Client Methods

The Client type exposes the following members.

Methods
  NameDescription
Public methodDisconnect

Disconnects the client.

Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetConnection(String)

Gets a OIV.RemoteViz.Rendering.Connection of the client.

Public methodGetConnection(UInt32)

Gets a OIV.RemoteViz.Rendering.Connection of the client.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsImageStreamingSupported

Returns if the client supports image streaming.

Public methodIsVideoStreamingSupported

Returns if the client supports video streaming.

Public methodSendMessage(IListByte)
Calls SendMessage(buffer, {}).
Public methodSendMessage(String)
Calls SendMessage(message, {}).
Public methodSendMessage(IListByte, IListConnection)

Sends a binary message to all the connections of the client.

Public methodSendMessage(String, IListConnection)

Sends a text message to all the connections of the client.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also