19 implementations of GetProperty
System.ServiceModel (16)
System\ServiceModel\Channels\ChannelBase.cs (1)
78
public virtual T
GetProperty
<T>() where T : class
System\ServiceModel\Channels\DatagramAdapter.cs (1)
1040
public T
GetProperty
<T>() where T : class
System\ServiceModel\Channels\DuplexChannel.cs (1)
53
public override T
GetProperty
<T>()
System\ServiceModel\Channels\InputChannel.cs (1)
26
public override T
GetProperty
<T>()
System\ServiceModel\Channels\OutputChannel.cs (1)
47
public override T
GetProperty
<T>()
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
223
public override T
GetProperty
<T>()
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
246
public override T
GetProperty
<T>()
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
173
public override T
GetProperty
<T>()
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
349
public override T
GetProperty
<T>()
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
193
public override T
GetProperty
<T>()
System\ServiceModel\Channels\ReplyChannel.cs (1)
26
public override T
GetProperty
<T>()
System\ServiceModel\Channels\RequestChannel.cs (1)
158
public override T
GetProperty
<T>()
System\ServiceModel\Channels\ServiceChannel.cs (1)
568
public T
GetProperty
<T>() where T : class
System\ServiceModel\ClientBase.cs (1)
1248
TProperty IChannel.
GetProperty
<TProperty>()
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1442
public T
GetProperty
<T>() where T : class
System\ServiceModel\Security\WSTrustChannel.cs (1)
726
public T
GetProperty
<T>() where T : class
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpDuplexChannel.cs (1)
40
public override T
GetProperty
<T>()
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
106
public override T
GetProperty
<T>()
System\ServiceModel\Channels\UdpReplyChannel.cs (1)
49
public override T
GetProperty
<T>()
47 references to GetProperty
System.ServiceModel (43)
System\ServiceModel\ChannelFactory.cs (9)
730
((IChannel)channel).
GetProperty
<ChannelParameterCollection>().Add(parameters);
739
((IChannel)channel).
GetProperty
<ChannelParameterCollection>().Add(parameters);
748
((IChannel)channel).
GetProperty
<ChannelParameterCollection>().Add(parameters);
757
((IChannel)channel).
GetProperty
<ChannelParameterCollection>().Add(parameters);
766
((IChannel)channel).
GetProperty
<ChannelParameterCollection>().Add(parameters);
775
((IChannel)channel).
GetProperty
<ChannelParameterCollection>().Add(parameters);
784
((IChannel)channel).
GetProperty
<ChannelParameterCollection>().Add(parameters);
793
((IChannel)channel).
GetProperty
<ChannelParameterCollection>().Add(parameters);
802
((IChannel)channel).
GetProperty
<ChannelParameterCollection>().Add(parameters);
System\ServiceModel\Channels\ChannelParameterCollection.cs (1)
37
ChannelParameterCollection innerCollection = innerChannel.
GetProperty
<ChannelParameterCollection>();
System\ServiceModel\Channels\DatagramAdapter.cs (3)
821
return this.listener.Channels[0].
GetProperty
<T>();
910
return this.listener.Channels[0].
GetProperty
<T>();
1049
return inner.
GetProperty
<T>();
System\ServiceModel\Channels\LayeredChannel.cs (1)
40
return this.InnerChannel.
GetProperty
<T>();
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
161
result = this.innerChannel.
GetProperty
<T>();
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
236
T innerProperty = this.binder.Channel.
GetProperty
<T>();
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
259
T innerProperty = this.binder.Channel.
GetProperty
<T>();
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
3264
FaultConverter faultConverter = innerChannel.
GetProperty
<FaultConverter>();
3519
FaultConverter converter = channel.
GetProperty
<FaultConverter>();
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
192
T innerProperty = this.binder.Channel.
GetProperty
<T>();
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
363
T innerProperty = this.binder.Channel.
GetProperty
<T>();
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
212
T innerProperty = this.binder.Channel.
GetProperty
<T>();
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
397
IChannelBindingProvider cbp = InnerChannel.
GetProperty
<IChannelBindingProvider>();
System\ServiceModel\Channels\SecurityChannelFaultConverter.cs (2)
28
FaultConverter inner = this.innerChannel.
GetProperty
<FaultConverter>();
48
FaultConverter inner = innerChannel.
GetProperty
<FaultConverter>();
System\ServiceModel\Channels\ServiceChannel.cs (1)
572
return innerChannel.
GetProperty
<T>();
System\ServiceModel\Channels\TransactionChannel.cs (1)
90
return base.InnerChannel.
GetProperty
<T>();
System\ServiceModel\Channels\WsrmMessageInfo.cs (2)
589
FaultConverter faultConverter = channel.
GetProperty
<FaultConverter>();
643
FaultConverter faultConverter = channel.
GetProperty
<FaultConverter>();
System\ServiceModel\ClientBase.cs (1)
1250
return ((IChannel)this.channel).
GetProperty
<TProperty>();
System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
170
this.sessionOpenNotification = this.binder.Channel.
GetProperty
<SessionOpenNotification>();
517
Message message = Message.CreateMessage(this.Binder.Channel.
GetProperty
<MessageVersion>(), OperationDescription.SessionOpenedAction);
756
this.listener.ChannelDispatcher.ProvideFault(e, this.requestInfo.Channel == null ? this.binder.Channel.
GetProperty
<FaultConverter>() : this.requestInfo.Channel.GetProperty<FaultConverter>(), ref faultInfo);
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1444
return this.innerChannel.
GetProperty
<T>();
System\ServiceModel\Security\AcceleratedTokenProvider.cs (1)
212
ChannelParameterCollection newParameters = result.
GetProperty
<ChannelParameterCollection>();
System\ServiceModel\Security\InfocardInteractiveChannelInitializer.cs (1)
136
proxy.
GetProperty
<ChannelParameterCollection>();
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
557
result = channelBinder.Channel.
GetProperty
<T>();
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
515
ChannelParameterCollection newParameters = channel.
GetProperty
<ChannelParameterCollection>();
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
1682
result = channelBinder.Channel.
GetProperty
<T>();
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
206
IChannelBindingProvider cbp = rstChannel.
GetProperty
<IChannelBindingProvider>();
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (2)
795
ChannelParameterCollection newParameters = result.
GetProperty
<ChannelParameterCollection>();
801
ReplaceSspiIssuanceChannelParameter(result.
GetProperty
<ChannelParameterCollection>(), new SspiIssuanceChannelParameter(true, this.credentialsHandle));
System\ServiceModel\Security\WSTrustChannel.cs (1)
728
return Channel.
GetProperty
<T>();
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalSendMessage.cs (1)
1775
IContextManager contextManager = this.channel.
GetProperty
<IContextManager>();
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (1)
74
return this.InnerChannel.
GetProperty
<T>();
System.WorkflowServices (2)
System\ServiceModel\Activities\WorkflowClientDeliverMessageWrapper.cs (1)
50
IContextManager contextManager = desClient.InnerChannel.
GetProperty
<IContextManager>();
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
126
IContextManager contextManager = channel.
GetProperty
<IContextManager>();