Initializes a new instance of the class.
Namespace:
Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in
microsoft.rtc.collaboration.dll)
Syntax
Visual Basic
|
Public Sub New ( _
uri As String, _
connectionManager As RealTimeServerConnectionManager, _
defaultTransportType As SipTransportType _
)
|
C#
|
public SipPeerToPeerEndpoint (
string uri,
RealTimeServerConnectionManager connectionManager,
SipTransportType defaultTransportType
)
|
Parameters
- uri
-
The URI for this endpoint. This should not include port. Port
will be automatically added depending on the listening port, if
any.
- connectionManager
-
The connection manager to use for this endpoint.
- defaultTransportType
-
The default transport for outgoing messages, if the application
did not override the transport explicitly. For example, invite
uri can have transport type to override this.
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