The server discovery info model.

ServerDiscoveryInfo

interface ServerDiscoveryInfo {
    Address?: string;
    EndpointAddress?: null | string;
    Id?: string;
    Name?: string;
}

Properties

Address?: string

Gets the address.

ServerDiscoveryInfo

EndpointAddress?: null | string

Gets the endpoint address.

ServerDiscoveryInfo

Id?: string

Gets the server identifier.

ServerDiscoveryInfo

Name?: string

Gets the name.

ServerDiscoveryInfo