System.Net.Security.AuthenticatedStream.IsServer Property

Gets a bool value that indicates whether the local side of the connection was authenticated as the server.

Syntax

public abstract bool IsServer { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Most security protocols used for client-server authentication define specific behavior and requirements for supplying credentials for authentication based on whether you are the client or the server.

Requirements

Namespace: System.Net.Security
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0