C# Class WebApplications.Utilities.Service.Common.Protocol.Response

Inheritance: Message
Datei anzeigen Open project: webappsuk/CoreLibraries

Protected Methods

Method Description
Response ( System.Guid id ) : System

Initializes a new instance of the Response class.

Method Details

Response() protected method

Initializes a new instance of the Response class.
protected Response ( System.Guid id ) : System
id System.Guid The identifier of the this is a response to.
return System