3 implementations of SerializeRequest
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageOperationFormatter.cs (1)
56public Message SerializeRequest(MessageVersion messageVersion, object[] parameters)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
255public Message SerializeRequest(MessageVersion messageVersion, object[] parameters)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
347public Message SerializeRequest(MessageVersion messageVersion, object[] parameters)
1 reference to SerializeRequest
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
242rpc.Request = _formatter.SerializeRequest(rpc.MessageVersion, rpc.InputParameters);