| SocketConnectionNetworkStream Property |
[Missing <summary> documentation for "P:AsterNET.IO.SocketConnection.NetworkStream"]
Namespace: AsterNET.IOAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public NetworkStream NetworkStream { get; }
Public ReadOnly Property NetworkStream As NetworkStream
Get
public:
property NetworkStream^ NetworkStream {
NetworkStream^ get ();
}
member NetworkStream : NetworkStream with get
Property Value
Type:
NetworkStreamSee Also