1 write to config
System.ServiceModel (1)
System\ServiceModel\Channels\PeerFlooder.cs (1)
58
this.
config
= config;
9 references to config
System.ServiceModel (9)
System\ServiceModel\Channels\PeerFlooder.cs (9)
60
this.quotaHelper = new PeerThrottleHelper(this, this.
config
.MaxPendingOutgoingCalls);
72
string message = SR.GetString(SR.PeerThrottlePruning, this.
config
.MeshId);
73
PeerThrottleTraceRecord record = new PeerThrottleTraceRecord(this.
config
.MeshId, message);
97
string message = SR.GetString(SR.PeerThrottleWaiting, this.
config
.MeshId);
98
PeerThrottleTraceRecord record = new PeerThrottleTraceRecord(this.
config
.MeshId, message);
178
this.
config
.MeshId,
375
messageBuffer = floodInfo.CreateBufferedCopy((int)this.
config
.MaxReceivedMessageSize);
455
get { return
config
.MaxReceivedMessageSize; }
460
get { return
config
.MessageEncoder; }