21 writes to Via
System.ServiceModel (14)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
890message.Properties.Via = message.Version.Addressing.AnonymousUri; 4213message.Properties.Via = this.httpRequestMessage.RequestUri;
System\ServiceModel\Channels\HttpRequestContext.cs (1)
970message.Properties.Via = this.listenerHttpContext.listenerContext.Request.Url;
System\ServiceModel\Channels\MessageProperties.cs (3)
370this.Via = properties.Via; 414this.Via = properties.Via; 673Via = (Uri)value;
System\ServiceModel\Channels\PeerDuplexChannel.cs (1)
174message.Properties.Via = via;
System\ServiceModel\Channels\PeerFlooder.cs (1)
379message.Headers.To = message.Properties.Via = via;
System\ServiceModel\Channels\PeerInputChannel.cs (1)
154message.Properties.Via = this.via;
System\ServiceModel\Channels\PeerNodeImplementation.cs (2)
358message.Properties.Via = via; 1477localCopy.Properties.Via = via;
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
1168message.Properties.Via = this.via;
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
457message.Properties.Via = this.localVia;
System\ServiceModel\EndpointAddress.cs (1)
336message.Properties.Via = message.Headers.To;
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedHttpContext.cs (1)
317message.Properties.Via = this.hostedHttpContext.result.RequestUri;
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\ClientUdpOutputChannel.cs (1)
68message.Properties.Via = this.Via;
System\ServiceModel\Channels\UdpChannelBase.cs (1)
260message.Properties.Via = this.Via;
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
379message.Properties.Via = this.Via;
System\ServiceModel\Channels\UdpRequestContext.cs (1)
78message.Properties.Via = this.via;
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\UdpReplyToBehavior.cs (1)
145request.Properties.Via = state.RemoteEndpointAddress;
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\SoapProcessingBehavior.cs (1)
122originalProperties.Via = incomingVia;
14 references to Via
System.ServiceModel (10)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
296message.Headers.To = message.Properties.Via;
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
264Uri to = message.Properties.Via;
System\ServiceModel\Channels\MessageProperties.cs (2)
370this.Via = properties.Via; 414this.Via = properties.Via;
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
1440Fx.Assert(message.Properties.Via == via, "Via property is inconsistent in Send() case!");
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
908remoteUri = opContext.IncomingMessageProperties.Via.ToString();
System\ServiceModel\Channels\ServiceContextProtocol.cs (1)
65requestUri = requestContext.RequestMessage.Properties.Via;
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1009string queryString = httpGetRequest.Properties.Via.Query;
System\ServiceModel\Diagnostics\MessageTraceRecord.cs (2)
77if (message.Properties.Via != null) 79xml.WriteElementString("Via", message.Properties.Via.ToString());
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\MessageExtensionMethods.cs (1)
144request.RequestUri = message.Properties.Via;
System\ServiceModel\Channels\ServerUdpOutputChannel.cs (2)
109if (message.Properties.Via != null) 111destination = message.Properties.Via;
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\SoapProcessingBehavior.cs (1)
390Uri incomingVia = destination.Via;