CFHTTPMessage Class
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.
An HTTP message.
public class CFHTTPMessage : CoreFoundation.CFType, IDisposable, ObjCRuntime.INativeObject
type CFHTTPMessage = class
inherit CFType
interface INativeObject
interface IDisposable
- Inheritance
- 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) |