Method | Description | |
---|---|---|
BufferAllAsync ( ) : ulong>.IAsyncOperationWithProgress |
||
Dispose ( ) : void | ||
HttpJsonContent ( IJsonValue jsonData ) : System | ||
HttpJsonContent ( object jsonData ) : System | ||
HttpJsonContent ( object jsonData, ISerializer serializer ) : System | ||
HttpJsonContent ( string jsonValue ) : System | ||
ReadAsBufferAsync ( ) : ulong>.IAsyncOperationWithProgress |
||
ReadAsInputStreamAsync ( ) : ulong>.IAsyncOperationWithProgress |
||
ReadAsStringAsync ( ) : ulong>.IAsyncOperationWithProgress |
||
TryComputeLength ( ulong &length ) : bool | ||
WriteToStreamAsync ( IOutputStream outputStream ) : ulong>.IAsyncOperationWithProgress |
Method | Description | |
---|---|---|
InitBufferInfo ( ) : void | ||
InitData ( string jsonValue ) : void | ||
InitStreamInfo ( ) : void |
public BufferAllAsync ( ) : ulong>.IAsyncOperationWithProgress |
||
return | ulong>.IAsyncOperationWithProgress |
public HttpJsonContent ( IJsonValue jsonData ) : System | ||
jsonData | IJsonValue | |
return | System |
public HttpJsonContent ( object jsonData ) : System | ||
jsonData | object | |
return | System |
public HttpJsonContent ( object jsonData, ISerializer serializer ) : System | ||
jsonData | object | |
serializer | ISerializer | |
return | System |
public HttpJsonContent ( string jsonValue ) : System | ||
jsonValue | string | |
return | System |
public ReadAsBufferAsync ( ) : ulong>.IAsyncOperationWithProgress |
||
return | ulong>.IAsyncOperationWithProgress |
public ReadAsInputStreamAsync ( ) : ulong>.IAsyncOperationWithProgress |
||
return | ulong>.IAsyncOperationWithProgress |
public ReadAsStringAsync ( ) : ulong>.IAsyncOperationWithProgress |
||
return | ulong>.IAsyncOperationWithProgress |
public TryComputeLength ( ulong &length ) : bool | ||
length | ulong | |
return | bool |
public WriteToStreamAsync ( IOutputStream outputStream ) : ulong>.IAsyncOperationWithProgress |
||
outputStream | IOutputStream | |
return | ulong>.IAsyncOperationWithProgress |