The NetworkSession type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberSupported by the .NET Compact FrameworkDefaultLogWriter
Gets or sets a default log writer used by all new instances of NetworkSession object.
Protected propertySupported by the .NET Compact FrameworkInstanceId
Gets instance ID (intended for logging purposes).
Public propertySupported by the .NET Compact FrameworkIsAuthenticated
Gets a value indicating whether the session is authenticated.
Public propertySupported by the .NET Compact FrameworkIsConnected
Gets a value indicating whether the session is connected.
Public propertySupported by the .NET Compact FrameworkLogWriter
Gets or sets the LogWriter used by this object.
Public propertySupported by the .NET Compact FrameworkServerName
Gets the server name, if available.
Public propertySupported by the .NET Compact FrameworkServerPort
Gets the server port, if available.
Public propertySupported by the .NET Compact FrameworkUserName
Gets the authenticated user name, if available.

See Also