13 references to Output
dotnet-svcutil-lib (13)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\DirectionalAction.cs (2)
62
if ((_direction == MessageDirection.Input) && (other._direction == MessageDirection.
Output
))
64
if ((_direction == MessageDirection.
Output
) && (other._direction == MessageDirection.Input))
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
211
MessageDirection local = (proxy == null) ? MessageDirection.Input : MessageDirection.
Output
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDirection.cs (2)
17
return (value == MessageDirection.Input || value == MessageDirection.
Output
);
22
return d == MessageDirection.Input ? MessageDirection.
Output
: MessageDirection.Input;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationDescription.cs (1)
186
return Messages[0].Direction == MessageDirection.
Output
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (2)
205
MessageDescription reply = new MessageDescription(MessageHeaders.WildcardAction, MessageDirection.
Output
);
801
CreateOperationDescriptions(contractDescription, reflectionInfo, callbackType, contractDescription, MessageDirection.
Output
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (2)
504
direction = MessageDirection.
Output
;
1003
if (FindMessage(operationDescription.Messages, MessageDirection.
Output
) != (wsdlOperationBinding.Output != null))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
486
channel.Proxy = ServiceChannelFactory.CreateProxy(contractType, callbackType, MessageDirection.
Output
, channel);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationSelectorBehavior.cs (1)
25
dispatch.ClientRuntime.OperationSelector = new MethodInfoOperationSelector(description, MessageDirection.
Output
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
3013
message.Direction == MessageDirection.
Output
)