Interface IWebClient
Assembly: MegaApiClient.dll
Syntax
public interface IWebClient
Properties
|
Improve this Doc
View Source
BufferSize
Declaration
int BufferSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
GetRequestRaw(Uri)
Declaration
Stream GetRequestRaw(Uri url)
Parameters
Type |
Name |
Description |
System.Uri |
url |
|
Returns
Type |
Description |
System.IO.Stream |
|
|
Improve this Doc
View Source
PostRequestJson(Uri, String)
Declaration
string PostRequestJson(Uri url, string jsonData)
Parameters
Type |
Name |
Description |
System.Uri |
url |
|
System.String |
jsonData |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PostRequestJson(Uri, String, String)
Declaration
string PostRequestJson(Uri url, string jsonData, string hashcash)
Parameters
Type |
Name |
Description |
System.Uri |
url |
|
System.String |
jsonData |
|
System.String |
hashcash |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PostRequestRaw(Uri, Stream)
Declaration
string PostRequestRaw(Uri url, Stream dataStream)
Parameters
Type |
Name |
Description |
System.Uri |
url |
|
System.IO.Stream |
dataStream |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PostRequestRawAsStream(Uri, Stream)
Declaration
Stream PostRequestRawAsStream(Uri url, Stream dataStream)
Parameters
Type |
Name |
Description |
System.Uri |
url |
|
System.IO.Stream |
dataStream |
|
Returns
Type |
Description |
System.IO.Stream |
|