ServiceBehaviorElement Constructors
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.
Initializes a new instance of the ServiceBehaviorElement class.
Overloads
ServiceBehaviorElement() |
Initializes a new instance of the ServiceBehaviorElement class. |
ServiceBehaviorElement(String) |
Initializes a new instance of the ServiceBehaviorElement class with the specified name. |
ServiceBehaviorElement()
Initializes a new instance of the ServiceBehaviorElement class.
public:
ServiceBehaviorElement();
public ServiceBehaviorElement ();
Public Sub New ()
Applies to
ServiceBehaviorElement(String)
Initializes a new instance of the ServiceBehaviorElement class with the specified name.
public:
ServiceBehaviorElement(System::String ^ name);
public ServiceBehaviorElement (string name);
new System.ServiceModel.Configuration.ServiceBehaviorElement : string -> System.ServiceModel.Configuration.ServiceBehaviorElement
Public Sub New (name As String)
Parameters
- name
- String
A unique name of the behavior element.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.