Dart.Emulation Namespace : PtyBase Class |
The following tables list the members exposed by PtyBase.
Name | Description | |
---|---|---|
![]() | CloseTime | Returns the DateTime the connection was closed. (Inherited from Dart.Emulation.TcpBase) |
![]() | ConnectTime | Returns the DateTime the connection was established. (Inherited from Dart.Emulation.TcpBase) |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | CRLF | Set to true if the Pty property is used and a CR should be converted to a CRLF for sending. |
![]() | Encoding | Character encoding used by the component. (Inherited from Dart.Emulation.ComponentBase) |
![]() | LocalEcho | Set to true if the Pty property is used and keystrokes should be displayed in the textbox. |
![]() | NetworkStream | Returns the NetworkStream object created when Connect() is called. (Inherited from Dart.Emulation.TcpBase) |
![]() | Pty | Gets or sets a display control to use for automatic pseudo terminal support. |
![]() | RemoteEndPoint | Gets the remote address and port of the connection. (Inherited from Dart.Emulation.TcpBase) |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | Socket | Gets the socket used by the component for communications. (Inherited from Dart.Emulation.SocketBase) |
![]() | SocketOption | Gets and sets the socket options for classes derived from TcpBase. (Inherited from Dart.Emulation.TcpBase) |
![]() | SslStream | Returns the SslStream object created when AuthenticateAsClient or AuthenticateAsServer are called. (Inherited from Dart.Emulation.TcpBase) |
![]() | State | Gets the status of the connection as of the last socket operation. (Inherited from Dart.Emulation.TcpBase) |
![]() | SynchronizingObject | Gets or sets the object used to marshal data to the UI thread (for raising events). (Inherited from Dart.Emulation.ComponentBase) |
![]() | SyncRoot | Gets an object that is used to synchronize access to the upper layer protocol in use. (Inherited from Dart.Emulation.ComponentBase) |
![]() | Tag | Gets or sets an object that stores any user data. (Inherited from Dart.Emulation.ComponentBase) |
Name | Description | |
---|---|---|
![]() | Abort | Performs a hard close of the connection. (Inherited from Dart.Emulation.TcpBase) |
![]() | AuthenticateAsClient | Overloaded. Authenticates the server when establishing a secure connection. (Inherited from Dart.Emulation.TcpBase) |
![]() | Close | Gracefully closes the connection. (Inherited from Dart.Emulation.TcpBase) |
![]() | Connect | Connect to a server using the configuration specified by session. (Inherited from Dart.Emulation.TcpBase) |
![]() | ConnectAsync | Connect to a server using the configuration specified by session. (Inherited from Dart.Emulation.TcpBase) |
![]() | 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. (Inherited from Dart.Emulation.TcpBase) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Marshal | Overloaded. Marshals data to the UI thread. (Inherited from Dart.Emulation.TcpBase) |
![]() | Read | Overloaded. Receives data from the remote host. (Inherited from Dart.Emulation.TcpBase) |
![]() | ReadAsync | Start an asynchronous read on the socket. (Inherited from Dart.Emulation.TcpBase) |
![]() | ReadToCount | Read until count bytes are read, an exception is thrown, or the connection is closed. (Inherited from Dart.Emulation.TcpBase) |
![]() | ReadToDelimiter | Overloaded. Read until the delimiter is found, an exception is thrown, or the connection is closed. (Inherited from Dart.Emulation.TcpBase) |
![]() | ReadToEnd | Read until the connection is closed or an exception is thrown. (Inherited from Dart.Emulation.TcpBase) |
![]() | Serialize | Serialize an object to the provided destination stream. (Inherited from Dart.Emulation.ComponentBase) |
![]() | ShutdownSsl | Signals the remote host to shutdown the SSL connection. (Inherited from Dart.Emulation.TcpBase) |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
![]() | Write | Overloaded. Sends data to the remote host. (Inherited from Dart.Emulation.TcpBase) |
![]() | WriteAsync | Start an asynchronous write on the socket. (Inherited from Dart.Emulation.TcpBase) |
Name | Description | |
---|---|---|
![]() | Data | Raised when TcpBase.Marshal is used. (Inherited from Dart.Emulation.TcpBase) |
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | Error | Raised when Marshal(Exception) is used or an unhandled Exception is thrown in a worker thread created using Start. (Inherited from Dart.Emulation.ComponentBase) |
![]() | Log | Raised when data is read or written. (Inherited from Dart.Emulation.TcpBase) |
![]() | StateChanged | Raised when the value of the State property changes. (Inherited from Dart.Emulation.TcpBase) |
![]() | UserState | Raised when Marshal(String,Object) is used. (Inherited from Dart.Emulation.ComponentBase) |