The following tables list the members exposed by TcpBase.
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 | (Inherited from System.ComponentModel.Component) |
![]() | EnableLogEvent | Gets or sets a value indicating whether the TcpBase.Log event should be raised. |
![]() | NetworkStream | Returns the NetworkStream object created when Connect() is called. |
![]() | Proxy | Gets the proxy server information used by the component. |
![]() | RemoteEndPoint | Gets the remote address and port of the server (never the proxy). |
![]() | Site | (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. |
![]() | State | Gets the status of the connection. |
![]() | SynchronizingObject | Gets or sets the object used to marshal data to the UI thread. (Inherited from Dart.Common.ComponentBase) |
Name | Description | |
---|---|---|
![]() | CanRaiseEvents | (Inherited from System.ComponentModel.Component) |
![]() | DesignMode | (Inherited from System.ComponentModel.Component) |
![]() | Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Abort | Performs a hard close of the connection. |
![]() | AuthenticateAsClient | Overloaded. Authenticates the server when establishing a secure connection. |
![]() | AuthenticateAsServer | Overloaded. Authenticates a client when establishing a secure connection. |
![]() | Close | Overloaded. Gracefully closes the connection. |
![]() | Connect | Overloaded. Connects to the specified remote endpoint. |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Overloaded. (Inherited from System.ComponentModel.Component) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | GetSslInfo | Provides information on the SSL channel. |
![]() | 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. |
![]() | ReadToEnd | Receives data until the connection is closed. |
![]() | ShutdownSsl | Signals the remote host to shutdown the SSL connection. |
![]() | Write | Overloaded. Sends data to the remote host. |
Name | Description | |
---|---|---|
![]() | GetService | (Inherited from System.ComponentModel.Component) |
![]() | MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |
![]() | OnData | Raises the Data event. |
![]() | OnError | Raises the Error event. (Inherited from Dart.Common.ComponentBase) |
![]() | OnLog | Raises the Log event. |
![]() | OnStateChanged | 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. |
![]() | Disposed | (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. |
![]() | StateChanged | Raised when the value of the State property changes. |
![]() | UserState | Raised when user state information is marshaled. (Inherited from Dart.Common.ComponentBase) |