IRTCClient2::ClientCurVer
Other versions of this page are also available for the following:
8/28/2008
This method sets the version of the application that is used in the User-Agent header. For example, users can specify text like "MyApplicationName version 1.2."
Syntax
HRESULT put_ClientCurVer(
BSTR bstrClientCurVer
);
Parameters
- bstrClientCurVer
[in] The version of the application.
Return Value
This method can return an RTC_E_ constant.
Remarks
The server creates the User-Agent header of the SIP request using the information supplied in this method and the information supplied in IRTCClient2::ClientName.
Requirements
Header | rtccore.h, rtccore.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.2 and later |