NetworkSession Class
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
A base class from which all Rebex session-based network protocol objects derive.
Syntax
public abstract class NetworkSession : ILogWriterProvider
Inheritance
NetworkSession
Implements
Inherited Members
Constructors
Name | Description |
---|---|
Network |
Creates a new instance of Network |
Properties
Name | Description |
---|---|
Default |
Gets or sets a default log writer used by all new instances of Network |
Instance |
Gets instance ID (intended for logging purposes). |
Is |
Gets a value indicating whether the session is authenticated. |
Is |
Gets a value indicating whether the session is connected. |
Log |
Gets or sets the Log |
Server |
Gets the server name, if available. |
Server |
Gets the server port, if available. |
User |
Gets the authenticated user name, if available. |
Methods
Name | Description |
---|---|
Get |
Gets hash code for this object. |