'DeclarationPublic Function New( _ ByVal Destination As String, _ ByVal client As HttpClient _ )
'UsageDim Destination As String Dim client As HttpClient Dim instance As New MWLWebClient(Destination, client)
public MWLWebClient( string Destination, HttpClient client )
public: MWLWebClient( String^ Destination, HttpClient^ client )
Parameters
- Destination
- The end-point to which the MWL requests are to be sent.
- client
- User provided HttpClient object. It is the user's responsibility to dispose the HttpClient object