CFHTTPAuthentication Class

Definition

Represents HTTP authentication information for use with CFHTTPMessage.

public class CFHTTPAuthentication : CoreFoundation.CFType, IDisposable, ObjCRuntime.INativeObject
type CFHTTPAuthentication = class
    inherit CFType
    interface INativeObject
    interface IDisposable
Inheritance
CFHTTPAuthentication
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

IsValid
RequiresAccountDomain
RequiresOrderedRequests
RequiresUserNameAndPassword

Methods

AppliesToRequest(CFHTTPMessage)
CheckHandle()
CreateFromResponse(CFHTTPMessage)
Dispose()

Releases the resources used by the CFHTTPAuthentication object.

Dispose(Boolean)

Releases the resources used by the CFHTTPAuthentication object.

Finalize()

Finalizer for the CFHTTPAuthentication object

GetDescription(IntPtr)

Returns a textual representation of the specified object.

(Inherited from CFType)
GetMethod()
GetTypeID()

Type identifier for the CoreServices.CFHTTPAuthentication type.

Applies to