Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

%Net.WebSocket.ICredentials

abstract class %Net.WebSocket.ICredentials

Provides credentials and (optionally) an SSL configuration to use for WebSocket HTTP requests @API.Extensible

Method Inventory

Methods

abstract method GetPassword() as %String
Returns the password to use for authentication with the web socket @API.Overrideable
method GetSSLConfiguration() as %String
Returns the SSL configuration name to use for secure web socket connections @API.Overrideable
abstract method GetUsername() as %String
Returns the username to use for authentication with the web socket @API.Overrideable
FeedbackOpens in a new tab