Share via


CFHTTPAuthentication Class

Definition

Represents HTTP authentication information for use with CFHTTPMessage.

public class CFHTTPAuthentication : CoreFoundation.CFType
type CFHTTPAuthentication = class
    inherit CFType
Inheritance

Properties

Name Description
Handle (Inherited from DisposableObject)
IsValid
Owns (Inherited from DisposableObject)
RequiresAccountDomain
RequiresOrderedRequests
RequiresUserNameAndPassword

Methods

Name Description
AppliesToRequest(CFHTTPMessage)
ClearHandle() (Inherited from DisposableObject)
CreateFromResponse(CFHTTPMessage)
Dispose() (Inherited from DisposableObject)
Dispose(Boolean) (Inherited from NativeObject)
Equals(Object) (Inherited from DisposableObject)
GetCheckedHandle() (Inherited from DisposableObject)
GetDescription(IntPtr)

Returns a textual representation of the specified object.

(Inherited from CFType)
GetHashCode() (Inherited from DisposableObject)
GetMethod()
GetTypeID()
InitializeHandle(NativeHandle) (Inherited from DisposableObject)
Release() (Inherited from NativeObject)
Retain() (Inherited from NativeObject)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to