IClientContext Interface
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.
Defines HTTP context attribute names for an HTTP client.
public interface IClientContext
type IClientContext = interface
Remarks
This API is obsolete. Use OpenConnection() instead.
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.
Fields
| Name | Description |
|---|---|
| AuthSchemePref |
The context attribute name for the authentication scheme preference list. |
| AuthschemeRegistry |
The context attribute name for the authentication scheme registry. |
| CookieOrigin |
The context attribute name for the cookie origin. |
| CookieSpec |
The context attribute name for the active cookie specification. |
| CookiespecRegistry |
The context attribute name for the cookie specification registry. |
| CookieStore |
The context attribute name for the cookie store. |
| CredsProvider |
The context attribute name for the credentials provider. |
| ProxyAuthState |
The context attribute name for the proxy authentication state. |
| TargetAuthState |
The context attribute name for the target authentication state. |
| UserToken |
The context attribute name for the user token. |