5 references to Flow
System.Web.Services (5)
System\Web\Services\Description\ProtocolImporter.cs (2)
392
if (!IsOperationFlowSupported(operation.Messages.
Flow
)) {
394
switch (operation.Messages.
Flow
) {
System\Web\Services\Description\ServiceDescription.cs (1)
1175
switch (Messages.
Flow
) {
System\Web\Services\Description\WebServicesInteroperability.cs (2)
111
if (op.Messages.
Flow
== OperationFlow.Notification)
113
if (op.Messages.
Flow
== OperationFlow.SolicitResponse)