C# Class Dev2.Studio.Core.Factories.WebCommunicationResponseFactory

Mostra file Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
CreateWebCommunicationResponse ( string contentType, long contentLength, string content ) : IWebCommunicationResponse

Method Details

CreateWebCommunicationResponse() public static method

public static CreateWebCommunicationResponse ( string contentType, long contentLength, string content ) : IWebCommunicationResponse
contentType string
contentLength long
content string
return IWebCommunicationResponse