Proxy.IHttpConnectCallback.Request.Proceed(IList<Pair>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows the tunnel establishment request to proceed, adding the extra headers to the underlying HTTP CONNECT request.
[Android.Runtime.Register("proceed", "(Ljava/util/List;)V", "", ApiSince=37)]
public void Proceed(System.Collections.Generic.IList<Android.Util.Pair> extraHeaders);
[<Android.Runtime.Register("proceed", "(Ljava/util/List;)V", "", ApiSince=37)>]
member this.Proceed : System.Collections.Generic.IList<Android.Util.Pair> -> unit
Parameters
A list of RFC 2616-compliant headers to be added to HTTP CONNECT request directed to the proxy server. This list can be empty, in which case no headers will be added. Note: these headers won't be added to the HTTP requests that will go through the tunnel once it is established. This value cannot be null.
- Attributes
Remarks
Allows the tunnel establishment request to proceed, adding the extra headers to the underlying HTTP CONNECT request.
Android reference for android.net.http.Proxy.HttpConnectCallback.Request.proceed.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.