Method | Description | |
---|---|---|
ParseInt ( string str, int min, int max, int &value ) : bool | ||
RandomElement ( object array ) : object | ||
RandomHttpHeader ( string method, string subsite, string host, bool subsite_random = false, bool gzip = false, int keep_alive ) : byte[] | ||
RandomString ( int length = 6 ) : string | ||
RandomUserAgent ( ) : string |
public static ParseInt ( string str, int min, int max, int &value ) : bool | ||
str | string | |
min | int | |
max | int | |
value | int | |
return | bool |
public static RandomElement ( object array ) : object | ||
array | object | |
return | object |
public static RandomHttpHeader ( string method, string subsite, string host, bool subsite_random = false, bool gzip = false, int keep_alive ) : byte[] | ||
method | string | |
subsite | string | |
host | string | |
subsite_random | bool | |
gzip | bool | |
keep_alive | int | |
return | byte[] |
public static RandomString ( int length = 6 ) : string | ||
length | int | |
return | string |