Show / Hide Table of Contents

Class PTHTTPRequestOptions

Inheritance
System.Object
PTHTTPRequestOptions
Namespace: pdftronprivate
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(IntPtr)

Declaration
protected PTHTTPRequestOptions(IntPtr handle)
Parameters
Type Name Description
System.IntPtr handle

Properties

ClassHandle

Declaration
public override IntPtr ClassHandle { get; }
Property Value
Type Description
System.IntPtr

Methods

AddHeader(String, String)

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()
Back to top Generated by DocFX