ClientCapabilities

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)
ParameterDescription
capabilityNamesArray 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)
ParameterDescription
connectionConnection to a server
capabilityNamesArray of capabilities which are supported by client