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