12 references to Name
System.ServiceModel (7)
System\ServiceModel\Channels\HttpPipeline.cs (1)
816
response.RequestMessage.Properties.Remove(RemoteEndpointMessageProperty.
Name
);
System\ServiceModel\Channels\HttpRequestContext.cs (2)
973
message.Properties.Add(RemoteEndpointMessageProperty.
Name
, remoteEndpointProperty);
984
message.Properties.Add(RemoteEndpointMessageProperty.
Name
, new RemoteEndpointMessageProperty(this.listenerHttpContext.listenerContext.Request.RemoteEndPoint));
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
1094
message.Properties.Add(RemoteEndpointMessageProperty.
Name
, remoteEndpointProperty);
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
1026
message.Properties.Add(RemoteEndpointMessageProperty.
Name
, remoteEndpointProperty);
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
940
messageProperties.Add(RemoteEndpointMessageProperty.
Name
, this.remoteEndpointMessageProperty);
System\ServiceModel\Diagnostics\TraceUtility.cs (1)
956
if (context.IncomingMessageProperties.TryGetValue(RemoteEndpointMessageProperty.
Name
, out endpointMessageProperty))
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedHttpContext.cs (2)
320
message.Properties.Add(RemoteEndpointMessageProperty.
Name
, remoteEndpointProperty);
336
message.Properties.Add(RemoteEndpointMessageProperty.
Name
, remoteEndpointProperty);
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpRequestContext.cs (1)
31
if (!requestMessage.Properties.TryGetValue(RemoteEndpointMessageProperty.
Name
, out remoteEndpointMessageProperty))
System\ServiceModel\Channels\UdpUtility.cs (1)
565
message.Properties.Add(RemoteEndpointMessageProperty.
Name
,
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\UdpReplyToBehavior.cs (1)
85
if (OperationContext.Current.IncomingMessageProperties.TryGetValue(RemoteEndpointMessageProperty.
Name
, out messageProperty))