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