| Overload | Description | 
|---|---|
| EndpointDescriptor Constructor() | Initializes a new instance of the class with default data. | 
| EndpointDescriptor Constructor(String) | Initializes a new instance of the class, specifying endpoint descriptor string. | 
| EndpointDescriptor Constructor(Uri) | Initializes a new instance of the class, specifying resource URI. | 
| EndpointDescriptor Constructor(ResourceDescriptor) | Initializes a new instance of the class from ResourceDescriptor. | 
| EndpointDescriptor Constructor(ResourceDescriptor,NetworkSecurity) | Initializes a new instance of the class from ResourceDescriptor and specifying network security settings. | 
| EndpointDescriptor Constructor(EndpointDescriptor) | Initializes a new copy of the object. | 
| EndpointDescriptor Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. | 
