Click or drag to resize
GDStreamSocketInputStream Property
Exposes IInputStream to enable sending data through the socket to the remote endpoint.

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

Property Value

Type: IInputStream
See Also