Click or drag to resize

IResponseHandlerProcessResponse Method

Namespace:  Colygon.MatchPoint.WebApi.Handlers
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
Stream ProcessResponse(
	Object resultData,
	Encoding encoding,
	IncomingWebRequestContext incomingRequest,
	OutgoingWebResponseContext responseContext
)

Parameters

resultData
Type: SystemObject
encoding
Type: System.TextEncoding
incomingRequest
Type: System.ServiceModel.WebIncomingWebRequestContext
responseContext
Type: System.ServiceModel.WebOutgoingWebResponseContext

Return Value

Type: Stream
See Also