The
methods
of Org.Apache.Http.Client.IHttpClient are listed below. For a list of all members, see the IHttpClient Members list.
Public Methods
| Execute(Org.Apache.Http.Client.Methods.IHttpUriRequest) : Org.Apache.Http.IHttpResponseExecutes a request using the default context. |
| Execute(Org.Apache.Http.Client.Methods.IHttpUriRequest, IResponseHandler) : Java.Lang.ObjectDocumentation for this section has not yet been entered. |
| Execute(Org.Apache.Http.Client.Methods.IHttpUriRequest, Org.Apache.Http.Protocol.IHttpContext) : Org.Apache.Http.IHttpResponseExecutes a request using the given context. |
| Execute(Org.Apache.Http.HttpHost, Org.Apache.Http.IHttpRequest) : Org.Apache.Http.IHttpResponseExecutes a request to the target using the default context. |
| Execute(Org.Apache.Http.Client.Methods.IHttpUriRequest, IResponseHandler, Org.Apache.Http.Protocol.IHttpContext) : Java.Lang.ObjectDocumentation for this section has not yet been entered. |
| Execute(Org.Apache.Http.HttpHost, Org.Apache.Http.IHttpRequest, IResponseHandler) : Java.Lang.ObjectDocumentation for this section has not yet been entered. |
| Execute(Org.Apache.Http.HttpHost, Org.Apache.Http.IHttpRequest, Org.Apache.Http.Protocol.IHttpContext) : Org.Apache.Http.IHttpResponseExecutes a request to the target using the given context. |
| Execute(Org.Apache.Http.HttpHost, Org.Apache.Http.IHttpRequest, IResponseHandler, Org.Apache.Http.Protocol.IHttpContext) : Java.Lang.ObjectDocumentation for this section has not yet been entered. |