2 writes to contractNamespace
System.ServiceModel (2)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (2)
48
this.
contractNamespace
= contractNamespace;
78
this.
contractNamespace
= baseEndpoint.ContractNamespace;
1 reference to contractNamespace
System.ServiceModel (1)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (1)
137
get { return this.
contractNamespace
; }