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