메소드 | 설명 | |
---|---|---|
Append ( char value ) : |
||
Append ( string value ) : |
||
AppendDictionary ( |
||
AppendList ( |
||
AppendName ( string variable, |
||
AppendValue ( string value, int prefixLength, bool allowReserved ) : void | ||
HexEscape ( byte i ) : string | ||
HexEscape ( char c ) : string | ||
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
Encode ( string p, bool allowReserved ) : string |
public Append ( char value ) : |
||
value | char | |
리턴 |
public Append ( string value ) : |
||
value | string | |
리턴 |
public AppendDictionary ( |
||
op | ||
explode | bool | |
dictionary | string>.IDictionary | |
리턴 | void |
public AppendList ( |
||
op | ||
explode | bool | |
variable | string | |
list | IList | |
리턴 | void |
public AppendName ( string variable, |
||
variable | string | |
op | ||
valueIsEmpty | bool | |
리턴 | void |
public AppendValue ( string value, int prefixLength, bool allowReserved ) : void | ||
value | string | |
prefixLength | int | |
allowReserved | bool | |
리턴 | void |