LumiSoft Net Help
TcpStream Property
NamespacesLumiSoft.Net.TCPTCP_ClientTcpStream
Gets TCP stream which must be used to send/receive data through this session.
Declaration Syntax
C#Visual BasicVisual C++F#
public override SmartStream TcpStream { get; }
Public Overrides ReadOnly Property TcpStream As SmartStream
	Get
public:
virtual property SmartStream^ TcpStream {
	SmartStream^ get () override;
}
abstract TcpStream : SmartStream with get
override TcpStream : SmartStream with get
Property Value
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.
InvalidOperationExceptionIs raised when TCP client is not connected.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119