ProxyTypesBehavior Class

Definition

Enables early-bound entity types on a service proxy.

public ref class ProxyTypesBehavior sealed : System::ServiceModel::Description::IEndpointBehavior
public sealed class ProxyTypesBehavior : System.ServiceModel.Description.IEndpointBehavior
type ProxyTypesBehavior = class
    interface IEndpointBehavior
Public NotInheritable Class ProxyTypesBehavior
Implements IEndpointBehavior
Inheritance
ProxyTypesBehavior
Implements

Constructors

ProxyTypesBehavior()

Initializes a new instance of the ProxyTypesBehavior class.

ProxyTypesBehavior(Assembly)

Initializes a new instance of the ProxyTypesBehavior class using an assembly containing proxy types generated by the CrmSvcUtil utility.

Explicit Interface Implementations

IEndpointBehavior.AddBindingParameters(ServiceEndpoint, BindingParameterCollection)

Refer to the IEndpointBehavior Interface.

IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint, ClientRuntime)

Refer to the IEndpointBehavior Interface.

IEndpointBehavior.ApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher)

Refer to the IEndpointBehavior Interface.

IEndpointBehavior.Validate(ServiceEndpoint)

Refer to the IEndpointBehavior Interface.

Applies to

See also