1 instantiation of ChannelOptions
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ChannelOptions.cs (1)
31channelOptions = new ChannelOptions(channelBuilderSettings);
2 references to ChannelOptions
System.ServiceModel (2)
System\ServiceModel\ComIntegration\ChannelOptions.cs (1)
27ChannelOptions channelOptions = null;
System\ServiceModel\ComIntegration\ProxyManager.cs (1)
63return ChannelOptions.Create(outerProxy, proxyCreator as IProvideChannelBuilderSettings);