3 writes to clientRuntime
System.ServiceModel (3)
System\ServiceModel\Channels\ServiceChannel.cs (3)
89this.clientRuntime = factory.ClientRuntime; 115this.clientRuntime = endpointDispatcher.DispatchRuntime.CallbackClientRuntime; 247this.clientRuntime = value.DispatchRuntime.CallbackClientRuntime;
9 references to clientRuntime
System.ServiceModel (9)
System\ServiceModel\Channels\ServiceChannel.cs (9)
201if (this.clientRuntime != null) 203return this.clientRuntime.DispatchRuntime; 364get { return this.clientRuntime; } 722this.clientRuntime.ContractName, 1006if (operation.DeserializeReply && clientRuntime.IsFault(ref rpc.Reply)) 1008MessageFault fault = MessageFault.CreateFault(rpc.Reply, this.clientRuntime.MaxFaultSize); 1062this.clientRuntime.ContractName, 1831values["ContractNamespace"] = this.clientRuntime.ContractNamespace; 1832values["ContractName"] = this.clientRuntime.ContractName;