PowerTCP Emulation for .NET
TcpBase Class Methods

For a list of all members of this type, see TcpBase members.

Public Methods
 NameDescription
Public MethodAbort Performs a hard close of the connection.  
Public MethodAuthenticateAsClientOverloaded.  Authenticates the server when establishing a secure connection.  
Public MethodClose Gracefully closes the connection.  
Public MethodConnectConnect to a server using the configuration specified by session.  
Public MethodConnectAsyncConnect to a server using the configuration specified by session.  
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDeserialize Deserialize a previously serialized object. (Inherited from Dart.Emulation.ComponentBase)
Public MethodDispose() (Inherited from System.ComponentModel.Component)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodGetStream Provides access to the underlying Stream.  
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodMarshalOverloaded.  Marshals data to the UI thread.  
Public MethodReadOverloaded.  Receives data from the remote host.  
Public MethodReadAsync Start an asynchronous read on the socket.  
Public MethodReadToCount Read until count bytes are read, an exception is thrown, or the connection is closed.  
Public MethodReadToDelimiterOverloaded.  Read until the delimiter is found, an exception is thrown, or the connection is closed.  
Public MethodReadToEnd Read until the connection is closed or an exception is thrown.  
Public MethodSerialize Serialize an object to the provided destination stream. (Inherited from Dart.Emulation.ComponentBase)
Public MethodShutdownSsl Signals the remote host to shutdown the SSL connection.  
Public MethodToString (Inherited from System.ComponentModel.Component)
Public MethodWriteOverloaded.  Sends data to the remote host.  
Public MethodWriteAsync Start an asynchronous write on the socket.  
Top
See Also

Reference

TcpBase Class
Dart.Emulation Namespace


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic