Share via


SoapEnvelopeProcessingElement Konstruktoren

Definition

Initialisiert eine neue Instanz der SoapEnvelopeProcessingElement-Klasse.

Überlädt

SoapEnvelopeProcessingElement()

Initialisiert eine neue Instanz der SoapEnvelopeProcessingElement-Klasse.

SoapEnvelopeProcessingElement(Int32)

Initialisiert eine neue Instanz der SoapEnvelopeProcessingElement-Klasse unter Verwendung des angegebenen Int32-Werts.

SoapEnvelopeProcessingElement(Int32, Boolean)

Ruft das Timeout ab, mit dem bestimmt wird, ob eine Anforderung beendet werden soll, um die Wirkung von Denial-of-Service-Angriffen abzumildern, oder legt dieses Timeout fest.

SoapEnvelopeProcessingElement()

Initialisiert eine neue Instanz der SoapEnvelopeProcessingElement-Klasse.

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

Gilt für

SoapEnvelopeProcessingElement(Int32)

Initialisiert eine neue Instanz der SoapEnvelopeProcessingElement-Klasse unter Verwendung des angegebenen Int32-Werts.

public:
 SoapEnvelopeProcessingElement(int readTimeout);
public SoapEnvelopeProcessingElement (int readTimeout);
new System.Web.Services.Configuration.SoapEnvelopeProcessingElement : int -> System.Web.Services.Configuration.SoapEnvelopeProcessingElement
Public Sub New (readTimeout As Integer)

Parameter

readTimeout
Int32

Der Wert des Timeouts.

Gilt für

SoapEnvelopeProcessingElement(Int32, Boolean)

Ruft das Timeout ab, mit dem bestimmt wird, ob eine Anforderung beendet werden soll, um die Wirkung von Denial-of-Service-Angriffen abzumildern, oder legt dieses Timeout fest.

public:
 SoapEnvelopeProcessingElement(int readTimeout, bool strict);
public SoapEnvelopeProcessingElement (int readTimeout, bool strict);
new System.Web.Services.Configuration.SoapEnvelopeProcessingElement : int * bool -> System.Web.Services.Configuration.SoapEnvelopeProcessingElement
Public Sub New (readTimeout As Integer, strict As Boolean)

Parameter

readTimeout
Int32

Die Zeitspanne, für die gewartet wird, und nach deren Ablauf Anforderungen für Read() und MoveToContent() beendet werden.

strict
Boolean

Gibt an, ob eine Ausnahme ausgelöst wird, wenn das Serialisierungsprogramm Elemente oder Attribute vorfindet, die nicht im ursprünglichen Schema enthalten waren. Ausführliche Informationen finden Sie unter der IsStrict-Eigenschaft.

Gilt für