Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. using assembly System.Net.Http
  2. using namespace System.Net.Http
  3.  
  4. class Test : HttpClient {
  5. }
  6.  
  7. [HttpClient]::new()
  8.  
  9.  
  10.  
  11. Output
  12. =========================
  13.  
  14. Au caractère C:\Users\0xCDCDCDCD\Desktop\Test.ps1:4 : 14
  15. + class Test : HttpClient {
  16. + ~~~~~~~~~~
  17. Type [HttpClient] introuvable.
  18. + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
  19. + FullyQualifiedErrorId : TypeNotFound
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement