DiscoveryServer Class

Definition

Describes a discovery server that can be used to determine what organizations a user is a member of.

public class DiscoveryServer : System.ComponentModel.INotifyPropertyChanged
type DiscoveryServer = class
    interface INotifyPropertyChanged
Public Class DiscoveryServer
Implements INotifyPropertyChanged
Inheritance
DiscoveryServer
Implements

Constructors

DiscoveryServer()

Default constructor

DiscoveryServer(ServerInfo)

Accepts a Server Info object

Properties

DiscoveryServerUri

Discovery server Uri, this is the URI necessary to connect to the Discovery server

DisplayName

Display name of the Discovery Server

GeoCode

Geo that hosts this Disco endpoint

RegionalGlobalDiscoveryServer

Server used to override the regional discovery server, if present its treated as using the Global Discovery server

RequiresRegionalDiscovery

When true, the global discovery server cannot be used to locate this instance, it must be a regional discovery query

ShortName

Short name of the Discovery Server, this is used to store the server in the users config for later use.

Events

PropertyChanged

Raised when a property changes

Applies to