BehaviorFactory.CreateServiceBehaviorElement(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::ServiceModel::Configuration::ServiceBehaviorElement ^ CreateServiceBehaviorElement(System::String ^ wcfExtensions, System::String ^ serviceBehaviorConfiguration);
public static System.ServiceModel.Configuration.ServiceBehaviorElement CreateServiceBehaviorElement (string wcfExtensions, string serviceBehaviorConfiguration);
static member CreateServiceBehaviorElement : string * string -> System.ServiceModel.Configuration.ServiceBehaviorElement
Public Shared Function CreateServiceBehaviorElement (wcfExtensions As String, serviceBehaviorConfiguration As String) As ServiceBehaviorElement
Parameters
- wcfExtensions
- String
- serviceBehaviorConfiguration
- String