MSRelayAddress Dictionary object
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Contains IP address related information of the relay server. It is described in [MS-QoE] Section 2.2.1.7.1 (RelayAddress).
Syntax
dictionary MSRelayAddress {
DOMString relayAddress;
unsigned short port;
};
Standards information
MSIceWarningFlags Dictionary
Member | Type | Description |
---|---|---|
port | unsigned short | The port of the relay. |
relayAddress | DOMString | The IP address of the relay. |