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