Skip to content

Commit

Permalink
Fixed sample
Browse files Browse the repository at this point in the history
OperationDescription is in ServiceModel namespace
  • Loading branch information
Matthias Cavigelli committed Feb 17, 2021
1 parent 0b2b16d commit 17e62de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Parameters in Tune method:
```csharp
public class MyServiceOperationTuner : IServiceOperationTuner
{
public void Tune(HttpContext httpContext, object serviceInstance, SoapCore.OperationDescription operation)
public void Tune(HttpContext httpContext, object serviceInstance, SoapCore.ServiceModel.OperationDescription operation)
{
if (operation.Name.Equals("SomeOperationName"))
{
Expand Down

0 comments on commit 17e62de

Please sign in to comment.