RedirectionScope.Session Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.