Endpoint Class
Represents an endpoint declared in XAML.
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | Endpoint() | Creates a new instance of the Endpoint class. |
| Name | Description | |
|---|---|---|
![]() | AddressUri | Gets or sets the endpoint’s URI. |
![]() | BehaviorConfigurationName | Gets or sets the behavior configuration name. |
![]() | Binding | Gets or sets the binding for the endpoint. |
![]() | Headers | Gets the address headers collection for the endpoint. |
![]() | Identity | Gets or sets the endpoint identity for the endpoint. |
![]() | ListenUri | Gets or sets the listen URI for the endpoint. |
![]() | Name | Gets or sets the endpoint name. |
![]() | ServiceContractName | Gets or sets the service contract name. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetAddress() | Gets the address of the endpoint. |
![]() | GetAddress(ServiceHostBase^) | Gets the address of the endpoint using the specified ServiceHostBase instance. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


