NetHttpBinding Constructors

Definitie

Initialiseert een nieuw exemplaar van de NetHttpBinding klasse.

Overloads

Name Description
NetHttpBinding()

Initialiseert een nieuw exemplaar van de NetHttpBinding klasse.

NetHttpBinding(BasicHttpSecurityMode)

Initialiseert een nieuw exemplaar van de NetHttpBinding klasse met de opgegeven beveiligingsmodus.

NetHttpBinding(String)

Initialiseert een nieuw exemplaar van de NetHttpBinding klasse met de opgegeven configuratienaam.

NetHttpBinding(BasicHttpSecurityMode, Boolean)

Initialiseert een nieuw exemplaar van de NetHttpBinding klasse met de opgegeven beveiligingsmodus.

NetHttpBinding()

Initialiseert een nieuw exemplaar van de NetHttpBinding klasse.

public:
 NetHttpBinding();
public NetHttpBinding();
Public Sub New ()

Van toepassing op

NetHttpBinding(BasicHttpSecurityMode)

Initialiseert een nieuw exemplaar van de NetHttpBinding klasse met de opgegeven beveiligingsmodus.

public:
 NetHttpBinding(System::ServiceModel::BasicHttpSecurityMode securityMode);
public NetHttpBinding(System.ServiceModel.BasicHttpSecurityMode securityMode);
new System.ServiceModel.NetHttpBinding : System.ServiceModel.BasicHttpSecurityMode -> System.ServiceModel.NetHttpBinding
Public Sub New (securityMode As BasicHttpSecurityMode)

Parameters

securityMode
BasicHttpSecurityMode

De beveiligingsmodus.

Van toepassing op

NetHttpBinding(String)

Initialiseert een nieuw exemplaar van de NetHttpBinding klasse met de opgegeven configuratienaam.

public:
 NetHttpBinding(System::String ^ configurationName);
public NetHttpBinding(string configurationName);
new System.ServiceModel.NetHttpBinding : string -> System.ServiceModel.NetHttpBinding
Public Sub New (configurationName As String)

Parameters

configurationName
String

De naam van de configuratie.

Van toepassing op

NetHttpBinding(BasicHttpSecurityMode, Boolean)

Initialiseert een nieuw exemplaar van de NetHttpBinding klasse met de opgegeven beveiligingsmodus.

public:
 NetHttpBinding(System::ServiceModel::BasicHttpSecurityMode securityMode, bool reliableSessionEnabled);
public NetHttpBinding(System.ServiceModel.BasicHttpSecurityMode securityMode, bool reliableSessionEnabled);
new System.ServiceModel.NetHttpBinding : System.ServiceModel.BasicHttpSecurityMode * bool -> System.ServiceModel.NetHttpBinding
Public Sub New (securityMode As BasicHttpSecurityMode, reliableSessionEnabled As Boolean)

Parameters

securityMode
BasicHttpSecurityMode

De beveiligingsmodus.

reliableSessionEnabled
Boolean

true om aan te geven dat de betrouwbare sessie is ingeschakeld; anders, false.

Van toepassing op