UCC_SERVER_ENDPOINT_CONTEXT Enumeration
Enumerates the server endpoint context extensions.
Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)
| Member name | Description |
|---|---|
| UCCSEC_APPLICATION_VERSION | The ID of a property specifying the application version information to use. |
| UCCSEC_DISPLAY_NAME | The ID of a property specifying the user's display name. |
| UCCSEC_GRUU | The ID of a property indicating the globally routable unique identifier for this endpoint. |
| UCCSEC_HTTPS_PROXY_ADDRESS | The ID of a property indicating the HTTP proxy address used for tunneling signaling (if present). |
| UCCSEC_LOCAL_NETWORK_ADDRESS | The ID of a property indicating the local network address used to connect to the signaling server. |
| UCCSEC_REMOTE_REGISTRATION | The ID of a property indicating that the endpoint registration occurred outside the corporate firewall. |
| UCCSEC_SERVER_ENDPOINT_FLAGS | The property ID of bitmasks controlling various initialization options. For more information, see UCC_SERVER_ENDPOINT_FLAGS |
| UCCSEC_SERVER_NETWORK_ADDRESS | The ID of a property indicating the signaling server address information. |
| UCCSEC_SERVER_VERSION | The ID of a property indicating the signaling server version information. |
Input properties are evaluated when an endpoint is created. Output properties are available after successful endpoint initialization.
Win32 COM/C++ Syntax
typedef enum UCC_SERVER_ENDPOINT_CONTEXT
{
UCCSEC_SERVER_ENDPOINT_FLAGS = 1 | UCCPCL_ENDPOINT | UCCPT_ENUMERATION,
UCCSEC_APPLICATION_VERSION = 2 | UCCPCL_ENDPOINT | UCCPT_STRING,
UCCSEC_DISPLAY_NAME = 3 | UCCPCL_ENDPOINT | UCCPT_STRING,
UCCSEC_REMOTE_REGISTRATION = 4 | UCCPCL_ENDPOINT | UCCPAC_READ_ONLY | UCCPT_BOOLEAN,
UCCSEC_SERVER_VERSION = 5 | UCCPCL_ENDPOINT | UCCPAC_READ_ONLY | UCCPT_STRING,
UCCSEC_GRUU = 6 | UCCPCL_ENDPOINT | UCCPAC_READ_ONLY | UCCPT_OBJECT,
UCCSEC_HTTPS_PROXY_ADDRESS = 7 | UCCPCL_ENDPOINT | UCCPAC_READ_ONLY | UCCPT_STRING,
UCCSEC_LOCAL_NETWORK_ADDRESS = 8 | UCCPCL_ENDPOINT | UCCPAC_READ_ONLY | UCCPT_STRING,
UCCSEC_SERVER_NETWORK_ADDRESS = 9 | UCCPCL_ENDPOINT | UCCPAC_READ_ONLY | UCCPT_STRING
};