ServiceEndpointDictionary Class

Definition

Contains a dictionary of ServiceEndpoint objects.

public ref class ServiceEndpointDictionary sealed : System::Collections::Generic::Dictionary<System::String ^, System::ServiceModel::Description::ServiceEndpoint ^>
[System.Serializable]
public sealed class ServiceEndpointDictionary : System.Collections.Generic.Dictionary<string,System.ServiceModel.Description.ServiceEndpoint>
[<System.Serializable>]
type ServiceEndpointDictionary = class
    inherit Dictionary<string, ServiceEndpoint>
Public NotInheritable Class ServiceEndpointDictionary
Inherits Dictionary(Of String, ServiceEndpoint)
Inheritance
ServiceEndpointDictionary
Attributes

Constructors

ServiceEndpointDictionary()

Initializes a new instance of the ServiceEndpointDictionary class.

Applies to