Język

SoapEnvelopeProcessingElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy SoapEnvelopeProcessingElement.

Przeciążenia

Nazwa Opis
SoapEnvelopeProcessingElement()

Inicjuje nowe wystąpienie klasy SoapEnvelopeProcessingElement.

SoapEnvelopeProcessingElement(Int32)

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

SoapEnvelopeProcessingElement(Int32, Boolean)

Pobiera lub ustawia limit 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 nowe wystąpienie SoapEnvelopeProcessingElement 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 limitu czasu.

Dotyczy

SoapEnvelopeProcessingElement(Int32, Boolean)

Pobiera lub ustawia limit 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 koń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