'DeclarationPublic Function New( _ ByVal Destination As String _ )
'UsageDim Destination As String Dim instance As New MWLWebClient(Destination)
public MWLWebClient( string Destination )
public: MWLWebClient( String^ Destination )
Parameters
- Destination
- The end-point to which the MWL requests are to be sent.