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
Afficher le fichier Open project: rzhw/CloudAppSharp

Méthodes publiques

Méthode Description
CloudAppInvalidProtocolException ( HttpStatusCode expectedCode, HttpWebResponse response ) : System

Method Details

CloudAppInvalidProtocolException() public méthode

public CloudAppInvalidProtocolException ( HttpStatusCode expectedCode, HttpWebResponse response ) : System
expectedCode HttpStatusCode
response System.Net.HttpWebResponse
Résultat System