9 references to
System.ServiceModel (7)
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
175
operation = serviceChannelFactory.ClientRuntime.Operations
[
opDesc.Name];
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
169
operation = serviceChannelFactory.ClientRuntime.Operations
[
opDesc.Name];
System\ServiceModel\Description\DispatcherBuilder.cs (3)
563
Uri baseAddress = serviceHost.InternalBaseAddresses
[
scheme];
1093
ClientOperation proxyOperation = proxy.Operations
[
operation.Name];
1112
dispatchOperation = dispatch.Operations
[
operation.Name];
System\ServiceModel\ServiceHost.cs (2)
740
via = GetUri(baseAddresses
[
scheme], address);
1010
AuthenticationSchemes hostSupportedAuthenticationSchemes = AspNetEnvironment.Current.GetAuthenticationSchemes(this.baseAddresses
[
serviceEndpoint.ListenUri.Scheme]);
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebHttpBehavior.cs (2)
128
ClientOperation cop = clientRuntime.Operations
[
od.Name];
246
dop = endpointDispatcher.DispatchRuntime.Operations
[
od.Name];