Searched refs:SupportsRequestReply (Results 1 – 9 of 9) sorted by relevance
166 if (this.ActAsInitiator && this.SupportsRequestReply) in ValidateCorrelationSecuritySettings()189 if (!this.SupportsRequestReply) in OnOpen()
564 public virtual bool SupportsRequestReply property in System.ServiceModel.Security.SecurityProtocolFactory995 this.expectOutgoingMessages = this.ActAsInitiator || this.SupportsRequestReply; in OnOpen()996 this.expectIncomingMessages = !this.ActAsInitiator || this.SupportsRequestReply; in OnOpen()
108 public override bool SupportsRequestReply property in System.ServiceModel.Security.DuplexSecurityProtocolFactory
107 bool SupportsRequestReply property in System.ServiceModel.Channels.SecurityChannelFactory112 return this.securityProtocolFactory.SupportsRequestReply;303 if (!this.SupportsRequestReply) in ThrowIfRequestReplyNotSupported()
117 bool SupportsRequestReply property in System.ServiceModel.Channels.SecurityChannelListener122 return this.securityProtocolFactory.SupportsRequestReply;517 else if (listener.SupportsRequestReply && typeof(TChannel) == typeof(IReplyChannel)) in OnAcceptChannel()521 … else if (listener.SupportsRequestReply && typeof(TChannel) == typeof(IReplySessionChannel)) in OnAcceptChannel()
59 internal override bool SupportsRequestReply property in System.ServiceModel.Channels.TransportSecurityBindingElement
171 internal override bool SupportsRequestReply property in System.ServiceModel.Channels.AsymmetricSecurityBindingElement
128 internal override bool SupportsRequestReply property in System.ServiceModel.Channels.SymmetricSecurityBindingElement
282 internal virtual bool SupportsRequestReply property in System.ServiceModel.Channels.SecurityBindingElement687 …(this.SupportsRequestReply && (typeof(TChannel) == typeof(IRequestChannel) || typeof(TChannel) == … in CanBuildChannelFactory()762 …(this.SupportsRequestReply && (typeof(TChannel) == typeof(IReplyChannel) || typeof(TChannel) == ty… in CanBuildChannelListener()