'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 StowWebClient(Destination, handler, disposeHandler)
public StowWebClient( string Destination, HttpMessageHandler handler, bool disposeHandler )
public: StowWebClient( String^ Destination, HttpMessageHandler^ handler, bool disposeHandler )
Parameters
- Destination
- The end-point to which the STOW 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.