Creates a new instance of the class.
Namespace:
Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in
microsoft.rtc.collaboration.dll)
Syntax
|
Public Sub New ( _
endpoint As RealTimeEndpoint, _
localIdentityUri As String, _
requestUri As String, _
sessionTarget As RealTimeAddress, _
callId As String _
)
|
|
public SignalingSession (
RealTimeEndpoint endpoint,
string localIdentityUri,
string requestUri,
RealTimeAddress sessionTarget,
string callId
)
|
Parameters
- endpoint
-
The endpoint that is creating this SignalingSession.
- localIdentityUri
-
The local identity URI to use in "From" headers.
- requestUri
-
The request URI to use, if different from sessionTarget.
Can be null.
- sessionTarget
-
The target for this session.
- callId
-
The session ID.
Exceptions
Exception type |
Condition |
InvalidOperationException
|
Thrown when the endpoint is terminated.
|
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server
2003, Windows Vista Ultimate Edition, Windows Vista Business
Edition, Windows Vista Enterprise Edition
Target Platforms
See Also