7 references to ContextExchangeMechanism
System.ServiceModel (7)
System\ServiceModel\Channels\ClientContextProtocol.cs (5)
87if (this.ContextExchangeMechanism == ContextExchangeMechanism.HttpCookie) 134if (this.ContextExchangeMechanism == ContextExchangeMechanism.ContextSoapHeader) 146else if (this.ContextExchangeMechanism == ContextExchangeMechanism.HttpCookie) 172if (this.ContextExchangeMechanism != ContextExchangeMechanism.ContextSoapHeader) 192if (this.ContextExchangeMechanism == ContextExchangeMechanism.HttpCookie)
System\ServiceModel\Channels\ServiceContextProtocol.cs (2)
28if (this.ContextExchangeMechanism == ContextExchangeMechanism.HttpCookie) 58if (this.ContextExchangeMechanism == ContextExchangeMechanism.HttpCookie)