Initializes a new instance of the class.
Namespace:
Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in
microsoft.rtc.collaboration.dll)
Syntax
|
Public Sub New ( _
uri As String, _
endpointId As String _
)
|
|
public RealTimeAddress (
string uri,
string endpointId
)
|
Parameters
- uri
-
Indicates the URI of the session target.
- endpointId
-
The endpoint ID identifying the endpoint of the session
target.
Exceptions
Exception type |
Condition |
ArgumentException
|
Thrown when the URI is null, empty, or not
formed correctly.
|
Remarks
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