Свойство | Тип | Описание | |
---|---|---|---|
UriSplitters | char[] |
Метод | Описание | |
---|---|---|
AddHeader ( string name, string value ) : void |
Called during parsing of a IHttpRequest.
|
|
AddToBody ( byte bytes, int offset, int length ) : int |
Add bytes to the body
|
|
Clear ( ) : void |
Clear everything in the request
|
|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
DecodeBody ( FormDecoderProvider providers ) : void |
Decode body into a form.
|
|
SetCookies ( RequestCookies cookies ) : void |
Cookies
|
Метод | Описание | |
---|---|---|
AssignForm ( |
Assign a form.
|
|
ShouldReplyTo100Continue ( ) : bool |
public AddHeader ( string name, string value ) : void | ||
name | string | Name of the header, should not be url encoded |
value | string | Value of the header, should not be url encoded |
Результат | void |
public AddToBody ( byte bytes, int offset, int length ) : int | ||
bytes | byte | buffer to read bytes from |
offset | int | where to start read |
length | int | number of bytes to read |
Результат | int |
public DecodeBody ( FormDecoderProvider providers ) : void | ||
providers | FormDecoderProvider | A list with form decoders. |
Результат | void |
public SetCookies ( RequestCookies cookies ) : void | ||
cookies | RequestCookies | the cookies |
Результат | void |