ClientPlatformSettings Class
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.
Represents the settings typically used for creating a client platform instance.
public ref class ClientPlatformSettings
public class ClientPlatformSettings
type ClientPlatformSettings = class
Public Class ClientPlatformSettings
- Inheritance
-
ClientPlatformSettings
- Derived
Constructors
ClientPlatformSettings(String, SipTransportType) |
Creates a new instance of the ClientPlatformSettings class. |
Properties
ApplicationUserAgent |
Gets the part of the user agent string that identifies the application. |
DefaultAudioVideoProviderEnabled |
Gets or sets whether the default audio/video provider is enabled. |
IpV6StackDisabled |
Gets or sets whether IPV6 stack support should be disabled. |
OutboundConnectionConfiguration |
Gets the outbound connection configuration settings. |
Transport |
Gets the transport type used for connections. |
Extension Methods
SetTraceFilterConfiguration(ClientPlatformSettings, ITraceFilterConfiguration) |