BasicHttpsBindingElement 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 BasicHttpsBindingElement class.
Overloads
BasicHttpsBindingElement() |
Initializes a new instance of BasicHttpsBindingElement class. |
BasicHttpsBindingElement(String) |
Initializes a new instance of BasicHttpsBindingElement class with specified name. |
BasicHttpsBindingElement()
Initializes a new instance of BasicHttpsBindingElement class.
public:
BasicHttpsBindingElement();
public BasicHttpsBindingElement ();
Public Sub New ()
Applies to
BasicHttpsBindingElement(String)
Initializes a new instance of BasicHttpsBindingElement class with specified name.
public:
BasicHttpsBindingElement(System::String ^ name);
public BasicHttpsBindingElement (string name);
new System.ServiceModel.Configuration.BasicHttpsBindingElement : string -> System.ServiceModel.Configuration.BasicHttpsBindingElement
Public Sub New (name As String)
Parameters
- name
- String
The name.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.