'DeclarationPublic Function New( _ ByVal Destination As String, _ ByVal client As HttpClient _ )
'UsageDim Destination As String Dim client As HttpClient Dim instance As New WadoWebClient(Destination, client)
public WadoWebClient( string Destination, HttpClient client )
public: WadoWebClient( 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.