WsDNSBaseRestAuthenticate Method
|
Namespace:
WsDns
Assembly:
WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected void RestAuthenticate(
string userName,
string password
)
Protected Sub RestAuthenticate (
userName As String,
password As String
)
protected:
void RestAuthenticate(
String^ userName,
String^ password
)
member RestAuthenticate :
userName : string *
password : string -> unit
protected function RestAuthenticate(
userName : String,
password : String
)
Parameters
- userName
- Type: SystemString
- password
- Type: SystemString
See Also