/// <summary>Snippet for StopScanRun</summary>
 public void StopScanRunRequestObject()
 {
     // Snippet: StopScanRun(StopScanRunRequest, CallSettings)
     // Create client
     WebSecurityScannerClient webSecurityScannerClient = WebSecurityScannerClient.Create();
     // Initialize request argument(s)
     StopScanRunRequest request = new StopScanRunRequest {
         Name = "",
     };
     // Make the request
     ScanRun response = webSecurityScannerClient.StopScanRun(request);
     // End snippet
 }