BeginClientCapabilities

BeginClientCapabilities (1 of 6)

Notifies server which extensions are supported by client asyncronously. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginClientCapabilities(const System::ArrayPtr< System::String > & capabilityNames)
ParameterDescription
capabilityNamesArray of capabilities which are supported by client

BeginClientCapabilities (2 of 6)

Notifies server which extensions are supported by client asyncronously. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginClientCapabilities(System::ArrayPtr< System::String > capabilityNames, System::AsyncCallback callback)
ParameterDescription
capabilityNamesArray of capabilities which are supported by client
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginClientCapabilities (3 of 6)

Notifies server which extensions are supported by client asyncronously. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginClientCapabilities(System::ArrayPtr< System::String > capabilityNames, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
capabilityNamesArray of capabilities which are supported by client
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginClientCapabilities (4 of 6)

Notifies server which extensions are supported by client asyncronously. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginClientCapabilities(System::SharedPtr < IConnection > connection, const System::ArrayPtr< System::String > & capabilityNames)
ParameterDescription
connectionConnection to a server
capabilityNamesArray of capabilities which are supported by client

BeginClientCapabilities (5 of 6)

Notifies server which extensions are supported by client asyncronously. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginClientCapabilities(System::SharedPtr < IConnection > connection, System::ArrayPtr< System::String > capabilityNames, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
capabilityNamesArray of capabilities which are supported by client
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginClientCapabilities (6 of 6)

Notifies server which extensions are supported by client asyncronously. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginClientCapabilities(System::SharedPtr < IConnection > connection, System::ArrayPtr< System::String > capabilityNames, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
capabilityNamesArray of capabilities which are supported by client
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.