The following tables list the members exposed by PtyBase.
Name | Description | |
---|---|---|
![]() | Encoding | Character encoding used by the component. (Inherited from Dart.Common.ComponentBase) |
![]() | Tag | Gets or sets an object that stores any user data. (Inherited from Dart.Common.ComponentBase) |
Name | Description | |
---|---|---|
![]() | Container | Gets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) |
![]() | EnableLogEvent | Gets or sets a value indicating whether the TcpBase.Log event should be raised. (Inherited from Dart.Common.TcpBase) |
![]() | NetworkStream | Returns the NetworkStream object created when Connect() is called. (Inherited from Dart.Common.TcpBase) |
![]() | Proxy | Gets the proxy server information used by the component. (Inherited from Dart.Common.TcpBase) |
![]() | Pty | Gets or sets a display control to use for automatic pseudo terminal support. |
![]() | RemoteEndPoint | Gets the remote address and port of the server (never the proxy). (Inherited from Dart.Common.TcpBase) |
![]() | Site | Gets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) |
![]() | Socket | Gets the socket used by the component for communications. (Inherited from Dart.Common.SocketBase) |
![]() | SocketOption | Gets the socket options for classes derived from TcpBase. (Inherited from Dart.Common.TcpBase) |
![]() | State | Gets the status of the connection. (Inherited from Dart.Common.TcpBase) |
![]() | SynchronizingObject | Gets or sets the object used to marshal data to the UI thread. (Inherited from Dart.Common.ComponentBase) |
Name | Description | |
---|---|---|
![]() | CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from System.ComponentModel.Component) |
![]() | DesignMode | Gets a value that indicates whether the System.ComponentModel.Component is currently in design mode. (Inherited from System.ComponentModel.Component) |
![]() | Events | Gets the list of event handlers that are attached to this System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Abort | Performs a hard close of the connection. (Inherited from Dart.Common.TcpBase) |
![]() | AuthenticateAsClient | Overloaded. Authenticates the server when establishing a secure connection. (Inherited from Dart.Common.TcpBase) |
![]() | AuthenticateAsServer | Overloaded. Authenticates a client when establishing a secure connection. (Inherited from Dart.Common.TcpBase) |
![]() | Close | Gracefully closes the connection. (Inherited from Dart.Common.TcpBase) |
![]() | Connect | Overloaded. Connects to the specified remote endpoint. (Inherited from Dart.Common.TcpBase) |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Overloaded. Releases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | GetSslInfo | Provides information on the SSL channel. (Inherited from Dart.Common.TcpBase) |
![]() | GetStream | Provides access to the underlying Stream. (Inherited from Dart.Common.TcpBase) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | Marshal | Overloaded. Marshals data to the UI thread. (Inherited from Dart.Common.TcpBase) |
![]() | Read | Overloaded. Receives data from the remote host. (Inherited from Dart.Common.TcpBase) |
![]() | ReadToEnd | Receives data until the connection is closed. (Inherited from Dart.Common.TcpBase) |
![]() | ShutdownSsl | Signals the remote host to shutdown the SSL connection. (Inherited from Dart.Common.TcpBase) |
![]() | Write | Overloaded. Sends data to the remote host. (Inherited from Dart.Common.TcpBase) |
Name | Description | |
---|---|---|
![]() | GetService | Returns an object that represents a service provided by the System.ComponentModel.Component or by its System.ComponentModel.Container. (Inherited from System.ComponentModel.Component) |
![]() | MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) |
![]() | OnData | Overridden. Raises the Data event. |
![]() | OnError | Raises the Error event. (Inherited from Dart.Common.ComponentBase) |
![]() | OnLog | Raises the Log event. (Inherited from Dart.Common.TcpBase) |
![]() | OnStateChanged | Overridden. Raises the StateChanged event. |
![]() | OnUserState | Raises the UserState event. (Inherited from Dart.Common.ComponentBase) |
Name | Description | |
---|---|---|
![]() | Data | Raised when the Marshal method is called by the user. (Inherited from Dart.Common.TcpBase) |
![]() | Disposed | Occurs when the component is disposed by a call to the System.ComponentModel.Component.Dispose method. (Inherited from System.ComponentModel.Component) |
![]() | Error | Raised when Marshal is called by the user or an unhandled Exception is thrown in a worker thread created using the Start method. (Inherited from Dart.Common.ComponentBase) |
![]() | Log | Used to capture protocol data. (Inherited from Dart.Common.TcpBase) |
![]() | StateChanged | Raised when the value of the State property changes. (Inherited from Dart.Common.TcpBase) |
![]() | UserState | Raised when user state information is marshaled. (Inherited from Dart.Common.ComponentBase) |