C# Class BlipFace.Service.Communication.CommunicationErrorEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: ksopyla/blipface Class Usage Examples

Public Methods

Method Description
CommunicationErrorEventArgs ( ) : System
CommunicationErrorEventArgs ( HttpStatusCode code, BlipActions action ) : System

Private Methods

Method Description
MakeMessage ( ) : void

Method Details

CommunicationErrorEventArgs() public method

public CommunicationErrorEventArgs ( ) : System
return System

CommunicationErrorEventArgs() public method

public CommunicationErrorEventArgs ( HttpStatusCode code, BlipActions action ) : System
code HttpStatusCode
action BlipActions
return System