21 writes to Path
System (2)
net\System\Net\_FtpControlStream.cs (1)
962uriBuilder.Path = orginalPath + "/";
net\System\uribuilder.cs (1)
118Path = pathValue;
System.Data.Services (3)
System\Data\Services\RequestUriProcessor.cs (3)
198builder.Path += "/"; 201builder.Path += text; 300resultBuilder.Path = resultBuilder.Path.Substring(0, resultBuilder.Path.Length - 2);
System.ServiceModel (12)
System\ServiceModel\Activation\Utility.cs (1)
29builder.Path = string.Format(CultureInfo.InvariantCulture, "/{0}/", listenerEndPoint);
System\ServiceModel\Channels\PeerHelpers.cs (1)
281uriBuilder.Path = PeerStrings.KnownServiceUriPrefix + '/' + guid;
System\ServiceModel\Channels\PnrpPeerResolver.cs (1)
402uriBuilder.Path = String.Format(CultureInfo.InvariantCulture, "{0}", pathBuilder.ToString());
System\ServiceModel\Channels\TransportChannelListener.cs (4)
107uriBuilder.Path = this.GeneratedAddressPrefix; 347builder.Path = builder.Path + "/"; 354builder.Path = builder.Path + segment; 605uriBuilder.Path = uriBuilder.Path + "/";
System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
547uriBuilder.Path = uriBuilder.Path + "/";
System\UriTemplate.cs (1)
700result.Path = pathString.ToString();
System\UriTemplateLiteralPathSegment.cs (1)
52ub.Path = segment;
System\UriTemplateTable.cs (2)
441ub.Path = ub.Path + "/"; 447ub.Path = ub.Path.ToUpperInvariant();
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpChannelListener.cs (1)
668uriBuilder.Path = Guid.NewGuid().ToString();
System\ServiceModel\Channels\UdpUtility.cs (1)
25uriBuilder.Path = uriBuilder.Path + "/";
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
256builder.Path += builder.Path.EndsWith("/", StringComparison.OrdinalIgnoreCase)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (1)
321ub.Path = ub.Path + "/";
17 references to Path
System.Data.Services (4)
System\Data\Services\RequestUriProcessor.cs (4)
196if (!builder.Path.EndsWith("/", StringComparison.Ordinal)) 298if (resultBuilder.Path.EndsWith("()", StringComparison.Ordinal)) 300resultBuilder.Path = resultBuilder.Path.Substring(0, resultBuilder.Path.Length - 2);
System.ServiceModel (9)
System\ServiceModel\Channels\TransportChannelListener.cs (4)
345if (!builder.Path.EndsWith("/", StringComparison.Ordinal)) 347builder.Path = builder.Path + "/"; 354builder.Path = builder.Path + segment; 605uriBuilder.Path = uriBuilder.Path + "/";
System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
547uriBuilder.Path = uriBuilder.Path + "/";
System\UriTemplate.cs (1)
654StringBuilder pathString = new StringBuilder(result.Path);
System\UriTemplateTable.cs (3)
439if (this.addTrailingSlashToBaseAddress && !ub.Path.EndsWith("/", StringComparison.Ordinal)) 441ub.Path = ub.Path + "/"; 447ub.Path = ub.Path.ToUpperInvariant();
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpUtility.cs (1)
25uriBuilder.Path = uriBuilder.Path + "/";
System.ServiceModel.Web (3)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
256builder.Path += builder.Path.EndsWith("/", StringComparison.OrdinalIgnoreCase)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (2)
316if (ub.Path.EndsWith("/", StringComparison.Ordinal)) 321ub.Path = ub.Path + "/";