Share via


CFHTTPMessage Class

Definition

An HTTP message.

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

Properties

Name Description
Handle (Inherited from DisposableObject)
IsHeaderComplete
IsRequest
Owns (Inherited from DisposableObject)
ResponseStatusCode
ResponseStatusLine
Version

Methods

Name Description
AddAuthentication(CFHTTPMessage, NSString, NSString, CFHTTPMessage+AuthenticationScheme, Boolean)
AppendBytes(Byte[], IntPtr)
AppendBytes(Byte[])
ApplyCredentialDictionary(CFHTTPAuthentication, NetworkCredential)
ApplyCredentials(CFHTTPAuthentication, NetworkCredential)
ClearHandle() (Inherited from DisposableObject)
CreateEmpty(Boolean)
CreateRequest(CFUrl, NSString, Version)
CreateRequest(Uri, String, Version)
CreateRequest(Uri, String)
Dispose() (Inherited from DisposableObject)
Dispose(Boolean) (Inherited from NativeObject)
Equals(Object) (Inherited from DisposableObject)
GetAllHeaderFields()
GetCheckedHandle() (Inherited from DisposableObject)
GetDescription(IntPtr)

Returns a textual representation of the specified object.

(Inherited from CFType)
GetHashCode() (Inherited from DisposableObject)
GetTypeID()
InitializeHandle(NativeHandle) (Inherited from DisposableObject)
Release() (Inherited from NativeObject)
Retain() (Inherited from NativeObject)
SetBody(Byte[])
SetHeaderFieldValue(String, String)

Extension Methods

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

Applies to