RedirectionScope.Session 属性

定义

获取表示会话重定向范围的 RedirectionScope

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

属性值

会话重定向范围。

注解

会话重定向范围指示重定向对逻辑会话的范围有效。 此协议中未定义将视为会话的应用程序。 例如,传输的物理连接生存期。

适用于