WFMWebClient Constructor

Public Sub New( _ 
ByVal username As String, _ 
ByVal password As String, _ 
ByVal logger As ILogger
)
This language is not supported or no code example is available.
public WFMWebClient( 
string username
string password
ILogger logger 
)
This language is not supported or no code example is available.
public:  
WFMWebClient( 
String^ username
String^ password
ILogger^ logger 
)
This language is not supported or no code example is available.
public function WFMWebClient( 
username : String
password : String
logger : ILogger 
);
This language is not supported or no code example is available.

Parameters

username
string

password
string

logger
ILogger

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition