Org.Apache.Http.IHttpEntityEnclosingRequest.ExpectContinue Method
Tells if this request should use the expect-continue handshake.

Syntax

[Android.Runtime.Register("expectContinue", "()Z", "GetExpectContinueHandler:Org.Apache.Http.IHttpEntityEnclosingRequestInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool ExpectContinue ()

Returns

Documentation for this section has not yet been entered.

Remarks

Tells if this request should use the expect-continue handshake. The expect continue handshake gives the server a chance to decide whether to accept the entity enclosing request before the possibly lengthy entity is sent across the wire.

[Android Documentation]

Requirements

Namespace: Org.Apache.Http
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1