C# 클래스 WhatTheFuzz.ReqResPair

파일 보기 프로젝트 열기: SecurityInnovation/WhatTheFuzz 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Host string
Proxy string
Request string
Response string

공개 메소드들

메소드 설명
ReqResPair ( string name, string attackStr ) : System
ToString ( ) : string

메소드 상세

ReqResPair() 공개 메소드

public ReqResPair ( string name, string attackStr ) : System
name string
attackStr string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Host 공개적으로 프로퍼티

public string Host
리턴 string

Proxy 공개적으로 프로퍼티

public string Proxy
리턴 string

Request 공개적으로 프로퍼티

public string Request
리턴 string

Response 공개적으로 프로퍼티

public string Response
리턴 string