SocketConnection Class Members
See Also  Properties Methods Events
SourceCode.Net Namespace : SocketConnection Class


Glossary Item Box

The following tables list the members exposed by SocketConnection.

Public Constructors

  Name Description
Public Constructor SocketConnection Constructor Overloaded.   
Top

Public Properties

  Name Description
Public Property ConnectionString  
Public Property IsConnected  
Public Property IsDisposed (Inherited from SourceCode.Disposable)
Public Property IsEncrypted  
Top

Protected Properties

  Name Description
Protected Property ConnectionStringBuilder  
Protected Property ShouldDispose (Inherited from SourceCode.Disposable)
Top

Public Methods

  Name Description
Public Method BeginConnect  
Public Method BeginStartTls  
Public Method Disconnect  
Public Method Dispose Overloaded. Overridden.   
Public Method EndConnect  
Public Method EndStartTls  
Public Method StartTls  
Top

Protected Methods

Public Events

  Name Description
Public Event Disconnected  
Public Event Exception  
Top

See Also