1 implementation of IChannelOptions
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ChannelOptions.cs (1)
12internal class ChannelOptions : IChannelOptions, IDisposable
3 references to IChannelOptions
System.ServiceModel (3)
System\ServiceModel\ComIntegration\ProxyManager.cs (3)
24if ((riid == typeof(IChannelOptions).GUID) 62if (riid == typeof(IChannelOptions).GUID) 161riid = typeof(IChannelOptions).GUID;