Click or drag to resize
GDStreamSocketOutputStream Property
Exposes IInputStream to enable receiving data from the remote endpoint through the socket.

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

Property Value

Type: IOutputStream
See Also