Dart.Emulation Namespace : TcpBase Class |
For a list of all members of this type, see TcpBase members.
Name | Description | |
---|---|---|
![]() | Abort | Performs a hard close of the connection. |
![]() | AuthenticateAsClient | Overloaded. Authenticates the server when establishing a secure connection. |
![]() | Close | Gracefully closes the connection. |
![]() | Connect | Connect to a server using the configuration specified by session. |
![]() | ConnectAsync | Connect to a server using the configuration specified by session. |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Deserialize | Deserialize a previously serialized object. (Inherited from Dart.Emulation.ComponentBase) |
![]() | Dispose() | (Inherited from System.ComponentModel.Component) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | GetStream | Provides access to the underlying Stream. |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Marshal | Overloaded. Marshals data to the UI thread. |
![]() | Read | Overloaded. Receives data from the remote host. |
![]() | ReadAsync | Start an asynchronous read on the socket. |
![]() | ReadToCount | Read until count bytes are read, an exception is thrown, or the connection is closed. |
![]() | ReadToDelimiter | Overloaded. Read until the delimiter is found, an exception is thrown, or the connection is closed. |
![]() | ReadToEnd | Read until the connection is closed or an exception is thrown. |
![]() | Serialize | Serialize an object to the provided destination stream. (Inherited from Dart.Emulation.ComponentBase) |
![]() | ShutdownSsl | Signals the remote host to shutdown the SSL connection. |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
![]() | Write | Overloaded. Sends data to the remote host. |
![]() | WriteAsync | Start an asynchronous write on the socket. |