2 implementations of SelectOperation
System.ServiceModel (1)
System\ServiceModel\Channels\PeerHelpers.cs (1)
789
public string
SelectOperation
(ref Message message)
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (1)
151
public string
SelectOperation
(ref Message message)
1 reference to SelectOperation
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
1811
string operationName = this.selector.
SelectOperation
(ref request);