Метод | Описание | |
---|---|---|
CanWrite ( |
||
ParseForm ( string text, bool isCaseSensitive = true ) : ILiaraHashTable |
||
ReadAsync ( |
||
UrlEncodedFormFormatter ( ) : System | ||
WriteAsync ( object inputObject, Stream targetStream, ILiaraContext context ) : System.Threading.Tasks.Task |
public CanWrite ( |
||
inputObjectType | ||
context | ILiaraContext | |
Результат | bool |
public static ParseForm ( string text, bool isCaseSensitive = true ) : ILiaraHashTable |
||
text | string | |
isCaseSensitive | bool | |
Результат | ILiaraHashTable |
public ReadAsync ( |
||
readAsType | ||
inputStream | Stream | |
context | ILiaraContext | |
Результат | Task |
public UrlEncodedFormFormatter ( ) : System | ||
Результат | System |
public WriteAsync ( object inputObject, Stream targetStream, ILiaraContext context ) : System.Threading.Tasks.Task | ||
inputObject | object | |
targetStream | Stream | |
context | ILiaraContext | |
Результат | System.Threading.Tasks.Task |