WCF-Xtensions Class Reference for Mono
GetReplyDispatchFormatter Method






Syntax
'Declaration
 
Protected Overrides Function GetReplyDispatchFormatter( _
   ByVal operationDescription As System.ServiceModel.Description.OperationDescription, _
   ByVal endpoint As System.ServiceModel.Description.ServiceEndpoint _
) As System.ServiceModel.Dispatcher.IDispatchMessageFormatter
'Usage
 
Dim instance As NoemaxWebRelayHttpBehavior
Dim operationDescription As System.ServiceModel.Description.OperationDescription
Dim endpoint As System.ServiceModel.Description.ServiceEndpoint
Dim value As System.ServiceModel.Dispatcher.IDispatchMessageFormatter
 
value = instance.GetReplyDispatchFormatter(operationDescription, endpoint)
protected override System.ServiceModel.Dispatcher.IDispatchMessageFormatter GetReplyDispatchFormatter( 
   System.ServiceModel.Description.OperationDescription operationDescription,
   System.ServiceModel.Description.ServiceEndpoint endpoint
)
protected function GetReplyDispatchFormatter( 
    operationDescription: System.ServiceModel.Description.OperationDescription;
    endpoint: System.ServiceModel.Description.ServiceEndpoint
): System.ServiceModel.Dispatcher.IDispatchMessageFormatter; override; 
protected override function GetReplyDispatchFormatter( 
   operationDescription : System.ServiceModel.Description.OperationDescription,
   endpoint : System.ServiceModel.Description.ServiceEndpoint
) : System.ServiceModel.Dispatcher.IDispatchMessageFormatter;
protected: System.ServiceModel.Dispatcher.IDispatchMessageFormatter* GetReplyDispatchFormatter( 
   System.ServiceModel.Description.OperationDescription* operationDescription,
   System.ServiceModel.Description.ServiceEndpoint* endpoint
) override 
protected:
System.ServiceModel.Dispatcher.IDispatchMessageFormatter^ GetReplyDispatchFormatter( 
   System.ServiceModel.Description.OperationDescription^ operationDescription,
   System.ServiceModel.Description.ServiceEndpoint^ endpoint
) override 

Parameters

operationDescription
endpoint
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NoemaxWebRelayHttpBehavior Class
NoemaxWebRelayHttpBehavior Members
Base Implementation in GetReplyDispatchFormatter

Send Feedback