RedirectionScope.Session Property

Definition

Gets the RedirectionScope that represents the session redirection scope.

public:
 static property System::ServiceModel::Channels::RedirectionScope ^ Session { System::ServiceModel::Channels::RedirectionScope ^ get(); };
public static System.ServiceModel.Channels.RedirectionScope Session { get; }
static member Session : System.ServiceModel.Channels.RedirectionScope
Public Shared ReadOnly Property Session As RedirectionScope

Property Value

The session redirection scope.

Remarks

The session redirection scope indicates the redirection is valid for the scope of the logical session. What the application deems a session is not defined in this protocol. An example may be the transport's physical connection lifetime.

Applies to