13 implementations of GetProperty
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WSTrustChannel.cs (1)
151
public T
GetProperty
<T>() where T : class
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\OutputChannel.cs (1)
50
public override T
GetProperty
<T>()
System.ServiceModel.Primitives (11)
System\ServiceModel\Channels\ChannelBase.cs (1)
58
public virtual T
GetProperty
<T>() where T : class
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
168
public override T
GetProperty
<T>()
System\ServiceModel\Channels\DuplexChannel.cs (1)
56
public override T
GetProperty
<T>()
System\ServiceModel\Channels\OutputChannel.cs (1)
50
public override T
GetProperty
<T>()
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
147
public override T
GetProperty
<T>()
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
150
public override T
GetProperty
<T>()
System\ServiceModel\Channels\RequestChannel.cs (1)
134
public override T
GetProperty
<T>()
System\ServiceModel\Channels\ServiceChannel.cs (1)
515
public T
GetProperty
<T>() where T : class
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
533
T IChannel.
GetProperty
<T>()
System\ServiceModel\ClientBase.cs (1)
1053
TProperty IChannel.
GetProperty
<TProperty>()
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1397
public T
GetProperty
<T>() where T : class
23 references to GetProperty
Client.ClientBase.IntegrationTests (2)
ClientBaseTests.4.1.0.cs (2)
29
IHttpCookieContainerManager cookieManager = ((IChannel)serviceProxy).
GetProperty
<IHttpCookieContainerManager>();
73
IHttpCookieContainerManager cookieManager = ((IChannel)serviceProxy).
GetProperty
<IHttpCookieContainerManager>();
System.ServiceModel.Federation (3)
System\ServiceModel\Federation\WSTrustChannel.cs (3)
34
MessageVersion = RequestChannel.
GetProperty
<MessageVersion>();
38
EndpointAddress endpointAddress = RequestChannel.
GetProperty
<EndpointAddress>();
153
return RequestChannel.
GetProperty
<T>();
System.ServiceModel.Primitives (16)
System\ServiceModel\Channels\ChannelParameterCollection.cs (1)
37
ChannelParameterCollection innerCollection = innerChannel.
GetProperty
<ChannelParameterCollection>();
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
181
T innerProperty = Binder.Channel.
GetProperty
<T>();
System\ServiceModel\Channels\LayeredChannel.cs (1)
37
return InnerChannel.
GetProperty
<T>();
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
1869
FaultConverter faultConverter = innerChannel.
GetProperty
<FaultConverter>();
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
166
T innerProperty = _binder.Channel.
GetProperty
<T>();
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
169
T innerProperty = binder.Channel.
GetProperty
<T>();
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
310
IChannelBindingProvider cbp = InnerChannel.
GetProperty
<IChannelBindingProvider>();
System\ServiceModel\Channels\SecurityChannelFaultConverter.cs (2)
25
FaultConverter inner = _innerChannel.
GetProperty
<FaultConverter>();
45
FaultConverter inner = _innerChannel.
GetProperty
<FaultConverter>();
System\ServiceModel\Channels\ServiceChannel.cs (1)
520
return innerChannel.
GetProperty
<T>();
System\ServiceModel\Channels\WsrmMessageInfo.cs (2)
483
FaultConverter faultConverter = channel.
GetProperty
<FaultConverter>();
537
FaultConverter faultConverter = channel.
GetProperty
<FaultConverter>();
System\ServiceModel\ClientBase.cs (1)
1055
return ((IChannel)_channel).
GetProperty
<TProperty>();
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
494
_listener.ChannelDispatcher.ProvideFault(e, _requestInfo.Channel == null ? Binder.Channel.
GetProperty
<FaultConverter>() : _requestInfo.Channel.GetProperty<FaultConverter>(), ref faultInfo);
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1399
return _innerChannel.
GetProperty
<T>();
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
391
result = ChannelBinder.Channel.
GetProperty
<T>();
System.ServiceModel.Primitives.Tests (2)
ServiceModel\ChannelFactoryTest.cs (1)
256
IHttpCookieContainerManager cookieManager = ((IChannel)serviceProxy).
GetProperty
<IHttpCookieContainerManager>();
ServiceModel\ThrowingChannelBase.cs (1)
36
return InnerChannel.
GetProperty
<T>();