ServiceInformation public class ServiceInformation Documentation public EndpointType ActiveEndpointType { get; } public string DefaultServiceAPIPath { get; } public Dictionary<string, Dictionary<EndpointType, Exception>> EndpointTypeExceptions { get; } public Uri MetadataEndpoint { get; } public ServiceType ServiceType { get; } public CommunicationState State { get; } public event EventHandler Closed public event EventHandler Closing public event EventHandler Faulted public event EventHandler Opened public event EventHandler Opening