C# Class HitProxy.Http.BlockedResponse

Standard blocked message
Inheritance: System.Net.Response
Exibir arquivo Open project: hultqvist/HitProxy

Public Methods

Method Description
BlockedResponse ( string message ) : System
BlockedResponse ( string title, Html htmlMessage ) : System

Method Details

BlockedResponse() public method

public BlockedResponse ( string message ) : System
message string
return System

BlockedResponse() public method

public BlockedResponse ( string title, Html htmlMessage ) : System
title string
htmlMessage Html
return System