Class PTHTTPRequestOptions
Inheritance
System.Object
PTHTTPRequestOptions
Assembly: PDFNetiOS.dll
Syntax
public class PTHTTPRequestOptions : NSObject
Constructors
PTHTTPRequestOptions()
Declaration
public PTHTTPRequestOptions()
PTHTTPRequestOptions(NSObjectFlag)
Declaration
protected PTHTTPRequestOptions(NSObjectFlag t)
Parameters
Type |
Name |
Description |
Foundation.NSObjectFlag |
t |
|
PTHTTPRequestOptions(NativeHandle)
Declaration
protected PTHTTPRequestOptions(NativeHandle handle)
Parameters
Type |
Name |
Description |
ObjCRuntime.NativeHandle |
handle |
|
Properties
ClassHandle
Declaration
public override NativeHandle ClassHandle { get; }
Property Value
Type |
Description |
ObjCRuntime.NativeHandle |
|
Methods
Declaration
public virtual void AddHeader(string header, string val)
Parameters
Type |
Name |
Description |
System.String |
header |
|
System.String |
val |
|
Dealloc()
Declaration
public virtual void Dealloc()