Свойство | Type | Description | |
---|---|---|---|
EOL | byte[] | ||
LogAllRequests | bool | ||
VerboseLogging | bool | ||
acceptGzip | bool | ||
bytes | byte[] | ||
completedCallback | Action |
||
cookieJar | Knetik.KnetikCookieJar | ||
exception | |||
isDone | bool | ||
maximumRetryCount | int | ||
method | string | ||
protocol | string | ||
response | Knetik.KnetikResponse | ||
responseTime | long | ||
state | KnetikRequestState | ||
synchronous | bool | ||
uri | |||
useCache | bool |
Méthode | Description | |
---|---|---|
AddHeader ( string name, string value ) : void | ||
GetHeader ( string name ) : string | ||
GetHeaders ( ) : List |
||
GetHeaders ( string name ) : List |
||
InfoString ( bool verbose ) : string | ||
KnetikRequest ( string method, string uri ) : System | ||
KnetikRequest ( string method, string uri, |
||
KnetikRequest ( string method, string uri, bool useCache ) : System | ||
KnetikRequest ( string method, string uri, byte bytes ) : System | ||
Send ( ) : void | ||
Send ( Action |
||
SetHeader ( string name, string value ) : void | ||
ValidateServerCertificate ( object sender, |
Méthode | Description | |
---|---|---|
GetResponse ( ) : void | ||
WriteToStream ( Stream outputStream ) : void |
public AddHeader ( string name, string value ) : void | ||
name | string | |
value | string | |
Résultat | void |
public InfoString ( bool verbose ) : string | ||
verbose | bool | |
Résultat | string |
public KnetikRequest ( string method, string uri ) : System | ||
method | string | |
uri | string | |
Résultat | System |
public KnetikRequest ( string method, string uri, |
||
method | string | |
uri | string | |
form | ||
Résultat | System |
public KnetikRequest ( string method, string uri, bool useCache ) : System | ||
method | string | |
uri | string | |
useCache | bool | |
Résultat | System |
public KnetikRequest ( string method, string uri, byte bytes ) : System | ||
method | string | |
uri | string | |
bytes | byte | |
Résultat | System |
public SetHeader ( string name, string value ) : void | ||
name | string | |
value | string | |
Résultat | void |
public static ValidateServerCertificate ( object sender, |
||
sender | object | |
certificate | ||
chain | ||
sslPolicyErrors | SslPolicyErrors | |
Résultat | bool |
public KnetikCookieJar,Knetik cookieJar | ||
Résultat | Knetik.KnetikCookieJar |