Click or drag to resize
GDStreamSocket Properties

The GDStreamSocket type exposes the following members.

Properties
  NameDescription
Public propertyControl
Provides socket control data on a GDStreamSocket object.
Public propertyInformation
Gets socket information on a GDStreamSocket object.
Public propertyInputStream
Exposes IInputStream to enable sending data through the socket to the remote endpoint.
Public propertyOutputStream
Exposes IInputStream to enable receiving data from the remote endpoint through the socket.
Top
See Also