3 references to NullContract
System.ServiceModel (3)
System\ServiceModel\Security\WSSecurityPolicy.cs (3)
20
public static ServiceEndpoint NullServiceEndpoint = new ServiceEndpoint(
NullContract
);
1328
if (policyContext.Contract ==
NullContract
)
2657
ServiceEndpoint bootstrapEndpoint = new ServiceEndpoint(
NullContract
);