1 write to config
System.ServiceModel (1)
System\ServiceModel\Channels\PeerService.cs (1)
65
this.
config
= config;
15 references to config
System.ServiceModel (15)
System\ServiceModel\Channels\PeerService.cs (15)
86
throttle.MaxConcurrentCalls = this.
config
.MaxPendingIncomingCalls;
87
throttle.MaxConcurrentSessions = this.
config
.MaxConcurrentSessions;
106
BindingElement security = this.
config
.SecurityManager.GetSecurityBindingElement();
113
transport.MaxReceivedMessageSize = this.
config
.MaxReceivedMessageSize;
114
transport.MaxBufferPoolSize = this.
config
.MaxBufferPoolSize;
124
this.
config
.ReaderQuotas.CopyTo(bencoder.ReaderQuotas);
155
new PeerNodeTraceRecord(
config
.NodeId),
170
listenAddr =
config
.GetListenAddress(true);
171
connectIPAddr =
config
.ListenIPAddress;
175
this.
config
.NodeId, listenAddr, connectIPAddr, neighbor.GetHashCode(),
190
ServiceEndpoint endPoint = this.serviceHost.AddServiceEndpoint(typeof(IPeerService), this.binding,
config
.GetMeshUri());
191
endPoint.ListenUri =
config
.GetSelfUri();
192
endPoint.ListenUriMode = (this.
config
.Port > 0) ? ListenUriMode.Explicit : ListenUriMode.Unique;
206
this.
config
.SecurityManager.ApplyServiceSecurity(this.serviceHost.Description);
325
Message reply = this.
config
.SecurityManager.ProcessRequest(neighbor, message);