C# Class Microsoft.ServiceModel.Web.ResponseWebFormatPropertyAttacher

Inheritance: IParameterInspector
Mostra file Open project: o2platform/O2.Platform.Projects

Public Methods

Method Description
AfterCall ( string operationName, object outputs, object returnValue, object correlationState ) : void
BeforeCall ( string operationName, object inputs ) : object

Method Details

AfterCall() public method

public AfterCall ( string operationName, object outputs, object returnValue, object correlationState ) : void
operationName string
outputs object
returnValue object
correlationState object
return void

BeforeCall() public method

public BeforeCall ( string operationName, object inputs ) : object
operationName string
inputs object
return object