Метод | Описание | |
---|---|---|
HTTPBasicAuthentication ( String Username, String Password ) : System |
Create the credentials based on a base64 encoded string which comes from a HTTP header Authentication:
|
|
ToString ( ) : String |
Return a string representation of this object.
|
|
TryParse ( String Text, |
Try to parse the given text.
|
public HTTPBasicAuthentication ( String Username, String Password ) : System | ||
Username | String | The username. |
Password | String | The password. |
Результат | System |
public static TryParse ( String Text, |
||
Text | String | A text representation of a HTTP basic authentication header. |
BasicAuthentication | The parsed HTTP basic authentication header. | |
Результат | System.Boolean |