ServiceEndpointDictionary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |