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