Sets the user name and password for the HTTP authentication.
Namespace:
BitMiracle.Docotic.Pdf.HtmlToPdf
Assembly:
BitMiracle.Docotic.Pdf.HtmlToPdf (in BitMiracle.Docotic.Pdf.HtmlToPdf.dll)
Syntax
C#
public void SetCredentials(
string username,
string password
)
VB
Public Sub SetCredentials (
username As String,
password As String
)
Parameters
- username
- Type: System.String
The user name to use for the HTTP authentication. - password
- Type: System.String
The passsword to use for the HTTP authentication.
See Also