ClientCapabilities
Contents
[
Hide
]ClientCapabilities (1 of 2)
Notifies server which extensions are supported by client. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161
Returns: Returns array with capabilities which are supported by a server.
ClientCapabilities(const System::ArrayPtr< System::String > & capabilityNames)
| Parameter | Description |
|---|---|
| capabilityNames | Array of capabilities which are supported by client |
ClientCapabilities (2 of 2)
Notifies server which extensions are supported by client. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161
Returns: Returns array with capabilities which are supported by a server.
ClientCapabilities(System::SharedPtr < IConnection > connection, const System::ArrayPtr< System::String > & capabilityNames)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| capabilityNames | Array of capabilities which are supported by client |