ClientPlatformSettings(String, SipTransportType) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the ClientPlatformSettings class.
public:
ClientPlatformSettings(System::String ^ applicationUserAgent, Microsoft::Rtc::Signaling::SipTransportType transport);
public ClientPlatformSettings (string applicationUserAgent, Microsoft.Rtc.Signaling.SipTransportType transport);
new Microsoft.Rtc.Collaboration.ClientPlatformSettings : string * Microsoft.Rtc.Signaling.SipTransportType -> Microsoft.Rtc.Collaboration.ClientPlatformSettings
Public Sub New (applicationUserAgent As String, transport As SipTransportType)
Parameters
- applicationUserAgent
- String
The part of the user agent string that identifies the application. Can be null.
- transport
- SipTransportType
The transport type used for connections.