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