System.ServiceModel.UriSchemeKeyedCollection public class UriSchemeKeyedCollection : SynchronizedKeyedCollection<string, Uri> Documentation Code namespace System.ServiceModel { public class UriSchemeKeyedCollection : SynchronizedKeyedCollection<string, Uri> { public UriSchemeKeyedCollection(params Uri[] addresses); } }