C# Class CloudAppSharp.CloudAppInvalidProtocolException

The exception that is thrown when a response received from the CloudApp service is complete but had an invalid protocol.
Inheritance: System.Net.WebException
ファイルを表示 Open project: rzhw/CloudAppSharp

Public Methods

Method Description
CloudAppInvalidProtocolException ( HttpStatusCode expectedCode, HttpWebResponse response ) : System

Method Details

CloudAppInvalidProtocolException() public method

public CloudAppInvalidProtocolException ( HttpStatusCode expectedCode, HttpWebResponse response ) : System
expectedCode HttpStatusCode
response System.Net.HttpWebResponse
return System