2 writes to binding
System.ServiceModel (2)
System\ServiceModel\Description\ServiceEndpoint.cs (2)
44
this.
binding
= binding;
76
set { this.
binding
= value; }
2 references to binding
System.ServiceModel (2)
System\ServiceModel\Description\ServiceEndpoint.cs (2)
75
get { return this.
binding
; }
106
else if (
binding
!= null)