Method | Description | |
---|---|---|
AddPart ( |
||
AddPart ( string fieldName, string mimeType, Stream contents, string fileName = null ) : void | ||
Close ( ) : void | ||
Flush ( ) : void | ||
FormDataStream ( string boundary ) : System | ||
Read ( byte buffer, int offset, int count ) : int | ||
Seek ( long amount, SeekOrigin origin ) : long | ||
SetLength ( long len ) : void | ||
Write ( byte source, int offset, int count ) : void |
public AddPart ( string fieldName, string mimeType, Stream contents, string fileName = null ) : void | ||
fieldName | string | |
mimeType | string | |
contents | Stream | |
fileName | string | |
return | void |
public FormDataStream ( string boundary ) : System | ||
boundary | string | |
return | System |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public Seek ( long amount, SeekOrigin origin ) : long | ||
amount | long | |
origin | SeekOrigin | |
return | long |
public Write ( byte source, int offset, int count ) : void | ||
source | byte | |
offset | int | |
count | int | |
return | void |