3 references to MethodCall
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\MethodCall.cs (1)
24
public MethodCall(MethodBase methodBase, object[] args) :
this
(args)
System\ServiceModel\ClientBase.cs (2)
943
MethodCall methodCall = new
MethodCall
(inArgs);
955
MethodCall methodCall = new
MethodCall
(inArgs);