ClientBase<TChannel>.ChannelBase<T>.IContextChannel.SessionId 属性

定义

获取当前会话的标识符(如果有)。

property System::String ^ System::ServiceModel::IContextChannel::SessionId { System::String ^ get(); };
string System.ServiceModel.IContextChannel.SessionId { get; }
member this.System.ServiceModel.IContextChannel.SessionId : string
 ReadOnly Property SessionId As String Implements IContextChannel.SessionId

属性值

当前会话的标识符(如果有)。

实现

适用于