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