Udostępnij za pośrednictwem


SoapEnvelopeProcessingElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy SoapEnvelopeProcessingElement.

Przeciążenia

SoapEnvelopeProcessingElement()

Inicjuje nowe wystąpienie klasy SoapEnvelopeProcessingElement.

SoapEnvelopeProcessingElement(Int32)

Inicjuje SoapEnvelopeProcessingElement nowe wystąpienie klasy przy użyciu podanej Int32 wartości.

SoapEnvelopeProcessingElement(Int32, Boolean)

Pobiera lub ustawia okres przekroczenia limitu czasu używany do określenia, czy należy przerwać żądania w celu ograniczenia ryzyka ataków typu "odmowa usługi".

SoapEnvelopeProcessingElement()

Inicjuje nowe wystąpienie klasy SoapEnvelopeProcessingElement.

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

Dotyczy

SoapEnvelopeProcessingElement(Int32)

Inicjuje SoapEnvelopeProcessingElement nowe wystąpienie klasy przy użyciu podanej Int32 wartości.

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)

Parametry

readTimeout
Int32

Wartość okresu przekroczenia limitu czasu.

Dotyczy

SoapEnvelopeProcessingElement(Int32, Boolean)

Pobiera lub ustawia okres przekroczenia limitu czasu używany do określenia, czy należy przerwać żądania w celu ograniczenia ryzyka ataków typu "odmowa usługi".

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)

Parametry

readTimeout
Int32

Czas oczekiwania przed zakończeniem żądań do Read() i MoveToContent().

strict
Boolean

Czy zgłosić wyjątek, jeśli serializator napotka elementy lub atrybuty, które nie znajdowały się w oryginalnym schemacie. Aby uzyskać szczegółowe informacje, zobacz IsStrict właściwość .

Dotyczy