5 references to Create
System.ServiceModel (5)
System\ServiceModel\ComIntegration\ChannelCredentials.cs (1)
41
proxy = ComProxy.
Create
(outer, ChannelCredentials, ChannelCredentials);
System\ServiceModel\ComIntegration\ChannelOptions.cs (1)
32
proxy = ComProxy.
Create
(outer, channelOptions, channelOptions);
System\ServiceModel\ComIntegration\MonikerBuilder.cs (1)
38
comProxy = ComProxy.
Create
(outer, moniker, moniker);
System\ServiceModel\ComIntegration\TransactionProxy.cs (1)
40
comProxy = ComProxy.
Create
(outer, txProxy, null);
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (1)
312
comProxy = ComProxy.
Create
(outer, tearoffProxy.GetTransparentProxy(), tearoffProxy);