12 references to Name
System.ServiceModel.Web (12)
System\ServiceModel\Channels\JsonMessageEncoderFactory.cs (2)
265
if (message.Properties.TryGetValue<JavascriptCallbackResponseMessageProperty>(JavascriptCallbackResponseMessageProperty.
Name
, out javascriptResponseMessageProperty) &&
321
if (message.Properties.TryGetValue<JavascriptCallbackResponseMessageProperty>(JavascriptCallbackResponseMessageProperty.
Name
, out javascriptResponseMessageProperty)
System\ServiceModel\Channels\WebMessageEncoderFactory.cs (6)
269
if (message.Properties.TryGetValue<JavascriptCallbackResponseMessageProperty>(JavascriptCallbackResponseMessageProperty.
Name
, out javascriptResponseMessageProperty) &&
277
if (message.Properties.TryGetValue<JavascriptCallbackResponseMessageProperty>(JavascriptCallbackResponseMessageProperty.
Name
, out javascriptResponseMessageProperty) &&
309
if (message.Properties.TryGetValue<JavascriptCallbackResponseMessageProperty>(JavascriptCallbackResponseMessageProperty.
Name
, out javascriptResponseMessageProperty) &&
318
if (message.Properties.TryGetValue<JavascriptCallbackResponseMessageProperty>(JavascriptCallbackResponseMessageProperty.
Name
, out javascriptResponseMessageProperty) &&
482
if (message.Properties.TryGetValue<JavascriptCallbackResponseMessageProperty>(JavascriptCallbackResponseMessageProperty.
Name
, out javascriptResponseMessageProperty) &&
493
if (message.Properties.TryGetValue<JavascriptCallbackResponseMessageProperty>(JavascriptCallbackResponseMessageProperty.
Name
, out javascriptResponseMessageProperty) &&
System\ServiceModel\Description\WebHttpBehavior.cs (2)
1318
!OperationContext.Current.OutgoingMessageProperties.TryGetValue<JavascriptCallbackResponseMessageProperty>(JavascriptCallbackResponseMessageProperty.
Name
, out javascriptProperty))
1332
OperationContext.Current.OutgoingMessageProperties.Add(JavascriptCallbackResponseMessageProperty.
Name
, javascriptProperty);
System\ServiceModel\Dispatcher\JavascriptCallbackMessageInspector.cs (2)
52
if (!reply.Properties.TryGetValue<JavascriptCallbackResponseMessageProperty>(JavascriptCallbackResponseMessageProperty.
Name
, out javascriptCallbackResponseMessageProperty)
58
reply.Properties.Add(JavascriptCallbackResponseMessageProperty.
Name
, javascriptCallbackResponseMessageProperty);