'DeclarationPublic Function New( _ ByVal Destination As String, _ ByVal client As HttpClient _ )
'UsageDim Destination As String Dim client As HttpClient Dim instance As New StowWebClient(Destination, client)
public StowWebClient( string Destination, HttpClient client )
public: StowWebClient( String^ Destination, HttpClient^ client )
Parameters
- Destination
- The end-point to which the WADO requests are to be sent.
- client
- The caller owned HttpClient used to send requests.