Click or drag to resize
GDStreamSocketControl Property
Provides socket control data on a GDStreamSocket object.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public StreamSocketControl Control { get; }

Property Value

Type: StreamSocketControl
Socket control data on a GDStreamSocket object.
Remarks
Any changes to the property values on the StreamSocketControl must be set before the GDStreamSocket is connected.
See Also