Method | Description | |
---|---|---|
MemoryRequestStream ( int contentLength ) : System | ||
Read ( byte buffer, int offset, int count ) : int |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
ResetPosition ( ) : void | ||
WriteRequestBody ( byte buffer, int offset, int count ) : void |
public MemoryRequestStream ( int contentLength ) : System | ||
contentLength | int | |
return | System |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |