'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 StorageCommitmentWebClient(Destination, handler, disposeHandler)
public StorageCommitmentWebClient( string Destination, HttpMessageHandler handler, bool disposeHandler )
public: StorageCommitmentWebClient( String^ Destination, HttpMessageHandler^ handler, bool disposeHandler )
Parameters
- Destination
- The end-point to which the StorageCommitmentWebClient requests are to be sent.
- handler
- User provided HttpMessageHandler object from which the HttpClient is created
- disposeHandler
- If set to true, when StorageCommitmentWebClient is out of scope, the user provided handler also gets disposed. If set to false, it is the user's responsibility to dispose the handler