MSFT_SIPASMCUSetting (New)
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Defines the listening address settings for the Application Sharing Server.
MSFT_SIPASMCUSetting
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.
Syntax
class MSFT_SIPASMCUSetting
{
Uint32 AjaxCompressionLevel;
[key] string InstanceID;
string ListeningIPAddress;
uint32 SIPListeningPort;
};
Methods
This class does not define any methods.
Properties
The MSFT_SIPASMCUSetting class has the following properties.
Uint32 AjaxCompressionLevel
Data type: Uint32Access type: Read/Write
Required. JPEG compression level for viewers connected to a desktop sharing session using Microsoft Office Communicator Web Access.
The default value is 50. Increasing this value increases the fidelity of the images sent to the browser at the expense of higher bandwidth. Decreasing the value reduces the fidelity of images but also reduce bandwidth usage.
The minimum value for this property is 1 and the maximum value is 100.
InstanceID
Data type: [key] stringAccess type: Read-only
Required.
A GUID value that uniquely identifies an instance of this class. The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".
ListeningIPAddress
Data type: stringAccess type: Read/Write
Required. The IP address to listen on.
The value of this property must be a valid IPv4 address that is represented in the following format: "xxx.xxx.xxx.xxx". The asterisk (*) character can be used instead of an IP address to specify all available addresses that pass through the server.
The value must be a valid IPv4 address represented in the following format: "nnn.nnn.nnn.nnn" or the asterisk (*) character. An FQDN (fully qualified domain name) is not allowed.
SIPListeningPort
Data type: uint32Access type: Read/Write
Required. The ports on which Application Sharing Server expects to receive messages from SIP peers.
Port 5065 is normally used by incoming SIP listening requests for application sharing.
The minimum value for this property is 1 and the maximum value is 65535.
Remarks
This class gets and sets information at the following level: WMI.
Only one instance of this class can be present in the forest.
Instances of this class support the following interface methods:
Provider::EnumerateInstances();
Provider::GetObject();
Provider::PutInstance();
Where PutInstance() supports the following flags:
WBEM_FLAG_CREATE_ONLY
WBEM_FLAG_UPDATE_ONLY
WBEM_FLAG_CREATE_OR_UPDATE
Requirements
Server: Installed on computers serving the following role: Application Sharing Server.
Namespace: Defined in \root\cimv2.