CFHTTPMessage Class

Definition

An HTTP message.

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

Properties

Handle

Handle (pointer) to the unmanaged object representation.

IsHeaderComplete
IsRequest
ResponseStatusCode
ResponseStatusLine
Version

Methods

AddAuthentication(CFHTTPMessage, NSString, NSString, CFHTTPMessage+AuthenticationScheme, Boolean)
AppendBytes(Byte[])
AppendBytes(Byte[], nint)
ApplyCredentialDictionary(CFHTTPAuthentication, NetworkCredential)
ApplyCredentials(CFHTTPAuthentication, NetworkCredential)
CheckHandle()
CreateEmpty(Boolean)
CreateRequest(CFUrl, NSString, Version)
CreateRequest(Uri, String)
CreateRequest(Uri, String, Version)
Dispose()

Releases the resources used by the CFHTTPMessage object.

Dispose(Boolean)

Releases the resources used by the CFHTTPMessage object.

Finalize()

Finalizer for the CFHTTPMessage object

GetAllHeaderFields()
GetDescription(IntPtr)

Returns a textual representation of the specified object.

(Inherited from CFType)
GetTypeID()

Type identifier for the CoreServices.CFHTTPMessage type.

SetBody(Byte[])
SetHeaderFieldValue(String, String)

Applies to