ISession::Id Property

 

Gets the ID that uniquely identifies the session.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

property String^ Id {
	String^ get();
}

Property Value

Type: System::String^

The ID that uniquely identifies the session.

If the session is interrupted, it can be retrieved using the Id.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: