Endpoint Class

Definition

Represents an endpoint declared in XAML.

public ref class Endpoint
public class Endpoint
type Endpoint = class
Public Class Endpoint
Inheritance
Endpoint

Constructors

Endpoint()

Creates a new instance of the Endpoint class.

Properties

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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(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()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to