1 write to binding
System.ServiceModel (1)
System\ServiceModel\Channels\PeerService.cs (1)
134
this.
binding
= new CustomBinding(bindingElements);
3 references to binding
System.ServiceModel (3)
System\ServiceModel\Channels\PeerService.cs (3)
98
get { return this.
binding
; }
135
this.
binding
.ReceiveTimeout = TimeSpan.MaxValue;
190
ServiceEndpoint endPoint = this.serviceHost.AddServiceEndpoint(typeof(IPeerService), this.
binding
, config.GetMeshUri());