8 references to JavascriptCallbackBehaviorAttribute
System.ServiceModel.Web (8)
System\ServiceModel\Description\WCFServiceClientProxyGenerator.cs (4)
74
if (this.serviceEndpoint.Contract.Behaviors.Contains(typeof(
JavascriptCallbackBehaviorAttribute
)))
76
JavascriptCallbackBehaviorAttribute
behavior = (
JavascriptCallbackBehaviorAttribute
)this.serviceEndpoint.Contract.Behaviors[typeof(
JavascriptCallbackBehaviorAttribute
)];
System\ServiceModel\Description\WebHttpBehavior.cs (4)
157
if (endpoint.Contract.Behaviors.Contains(typeof(
JavascriptCallbackBehaviorAttribute
)))
159
JavascriptCallbackBehaviorAttribute
behavior = endpoint.Contract.Behaviors[typeof(
JavascriptCallbackBehaviorAttribute
)] as
JavascriptCallbackBehaviorAttribute
;