10 references to OperationFlow
dotnet-svcutil-lib (10)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (10)
1315
case
OperationFlow
.RequestResponse:
1319
case
OperationFlow
.OneWay:
1325
case
OperationFlow
.SolicitResponse:
1327
case
OperationFlow
.Notification:
1973
public
OperationFlow
Flow
1979
return
OperationFlow
.None;
1985
return
OperationFlow
.OneWay;
1989
return
OperationFlow
.Notification;
1996
return
OperationFlow
.RequestResponse;
2000
return
OperationFlow
.SolicitResponse;