Method | Description | |
---|---|---|
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 | |
return | bool |
public static ParseForm ( string text, bool isCaseSensitive = true ) : ILiaraHashTable |
||
text | string | |
isCaseSensitive | bool | |
return | ILiaraHashTable |
public ReadAsync ( |
||
readAsType | ||
inputStream | Stream | |
context | ILiaraContext | |
return | Task |
public WriteAsync ( object inputObject, Stream targetStream, ILiaraContext context ) : System.Threading.Tasks.Task | ||
inputObject | object | |
targetStream | Stream | |
context | ILiaraContext | |
return | System.Threading.Tasks.Task |