3 writes to contract
System.ServiceModel (3)
System\ServiceModel\Description\ServiceEndpoint.cs (3)
35this.contract = contract; 43this.contract = contract; 88this.contract = value;
1 reference to contract
System.ServiceModel (1)
System\ServiceModel\Description\ServiceEndpoint.cs (1)
81get { return this.contract; }