'DeclarationPublic Function New( _ ByVal Destination As String, _ ByVal handler As HttpMessageHandler, _ ByVal disposeHandler As Boolean _ )
'UsageDim Destination As String Dim handler As HttpMessageHandler Dim disposeHandler As Boolean Dim instance As New WadoWebClient(Destination, handler, disposeHandler)
public WadoWebClient( string Destination, HttpMessageHandler handler, bool disposeHandler )
public: WadoWebClient( String^ Destination, HttpMessageHandler^ handler, bool disposeHandler )
Parameters
- Destination
- The end-point to which the WADO requests are to be sent.
- handler
- The HTTP message handler used to send requests.
- disposeHandler
- true to dispose the supplied handler when this client is disposed; otherwise, false.