Interface IRemoteServerDefinition

Interface for a full remote server specification including credentials.

Added in version 6.5.

Inherited Members
IRemoteServer.RemoteServerType
IRemoteServer.Name
IRemoteServer.ServerUrl
IRemoteServer.Principal
IRemoteServer.ConnectionOptions
IRemoteServer.MissingTopicNotificationFilter
Namespace: PushTechnology.ClientInterface.Client.Features.Control.Clients
Assembly: Diffusion.Client.dll
Syntax
public interface IRemoteServerDefinition : IRemoteServer

Methods

GetCredentials()

Returns the credentials for the connection.

Declaration
ICredentials GetCredentials()
Returns
Type Description
ICredentials

The credentials for the connection.

Back to top