BehaviorFactory.CreateEndpointBehaviorElement(String, String) Method

Definition

public:
 static System::ServiceModel::Configuration::EndpointBehaviorElement ^ CreateEndpointBehaviorElement(System::String ^ wcfExtensions, System::String ^ endpointBehaviorConfiguration);
public static System.ServiceModel.Configuration.EndpointBehaviorElement CreateEndpointBehaviorElement (string wcfExtensions, string endpointBehaviorConfiguration);
static member CreateEndpointBehaviorElement : string * string -> System.ServiceModel.Configuration.EndpointBehaviorElement
Public Shared Function CreateEndpointBehaviorElement (wcfExtensions As String, endpointBehaviorConfiguration As String) As EndpointBehaviorElement

Parameters

wcfExtensions
String
endpointBehaviorConfiguration
String

Returns

EndpointBehaviorElement

Applies to