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