Méthode | Description | |
---|---|---|
ContinueReplyTextContent ( this self, string response, Action |
||
ReadTextRequestAsync ( this self, string>.Action |
||
ReplyContent ( this self, byte response, int code, string description, string type, string>.IEnumerable |
||
ReplyStatus ( this self, int code, string description, Action |
||
ReplyTextContent ( this self, string response, int code, string description, string type, string>.IEnumerable |
public static ContinueReplyTextContent ( this self, string response, Action |
||
self | this | |
response | string | |
onError | Action |
|
completed | System.Action | |
Résultat | void |
public static ReadTextRequestAsync ( this self, string>.Action |
||
self | this | |
onSuccess | string>.Action | |
onError | Action |
|
Résultat | void |
public static ReplyContent ( this self, byte response, int code, string description, string type, string>.IEnumerable |
||
self | this | |
response | byte | |
code | int | |
description | string | |
type | string | |
headers | string>.IEnumerable | |
onError | Action |
|
Résultat | void |
public static ReplyStatus ( this self, int code, string description, Action |
||
self | this | |
code | int | |
description | string | |
onError | Action |
|
headers | string>.IEnumerable | |
Résultat | void |
public static ReplyTextContent ( this self, string response, int code, string description, string type, string>.IEnumerable |
||
self | this | |
response | string | |
code | int | |
description | string | |
type | string | |
headers | string>.IEnumerable | |
onError | Action |
|
Résultat | void |