Method PostLoginRaw
PostLoginRaw(LoginPage, String)
Logs in to the password-protected page.
Declaration
public TryOptionAsync<HttpResponseMessage> PostLoginRaw(LoginPage page, string password)
Parameters
Type | Name | Description |
---|---|---|
LoginPage | page | The page to get access to. |
System.String | password | The password. |
Returns
Type | Description |
---|---|
LanguageExt.TryOptionAsync<System.Net.Http.HttpResponseMessage> | A login token in case of success. |
Remarks
You may prefer