Credentials Property (RequestInit)
In This Topic
Gets or sets the credentials for the request.
Syntax
'Declaration
Public Property Credentials As String
public string Credentials {get; set;}
Property Value
The credentials as a
System.String.
See Also