23 references to HttpChannelHelper
System.Runtime.Remoting (23)
channels\http\combinedhttpchannel.cs (1)
130return HttpChannelHelper.ParseURL(url, out objectURI);
channels\http\httpchannelhelper.cs (4)
189oldChannelUri = HttpChannelHelper.ParseURL(url, out objUri); 331sb.Append(HttpChannelHelper.DecimalToCharacterHexDigit(b >> 4)); 332sb.Append(HttpChannelHelper.DecimalToCharacterHexDigit(b & 0xF)); 360HttpChannelHelper.DecodeUriInPlace(uriBytes, out length);
channels\http\httpclientchannel.cs (2)
175return HttpChannelHelper.ParseURL(url, out objectURI); 572if (HttpChannelHelper.StartsWithHttp(msgUri) != -1)
channels\http\httpremotinghandler.cs (2)
224string objectUri = HttpChannelHelper.GetObjectUriFromRequestUri(requestUri); 267channelUri = HttpChannelHelper.ParseURL(rawUrl, out requestUri);
channels\http\httpserverchannel.cs (3)
250return HttpChannelHelper.ParseURL(url, out objectURI); 402HttpChannelHelper.ReplaceMachineNameWithThisString(channelUri, _forcedMachineName); 408HttpChannelHelper.ReplaceMachineNameWithThisString(channelUri, CoreChannel.GetMachineIp());
channels\http\httpstreams.cs (3)
394int value = HttpChannelHelper.CharacterHexDigitToDecimal(b); 622channelURI = HttpChannelHelper.ParseURL(requestURI, out objectURI); 731HttpChannelHelper.DecodeUriInPlace(requestUriBytes, out decodedUriLength);
channels\sinks\binaryformattersinks.cs (1)
498HttpChannelHelper.ParseContentType(contentTypeHeader,
channels\sinks\soapformattersinks.cs (2)
262HttpChannelHelper.ParseContentType(contentTypeHeader, 549HttpChannelHelper.ParseContentType(contentTypeHeader,
metadata\sdlchannelsink.cs (5)
229String objectUri = HttpChannelHelper.GetObjectUriFromRequestUri(requestUri); 292url = HttpChannelHelper.ReplaceChannelUriWithThisString(url, iisHostOverride); 296url = HttpChannelHelper.ReplaceMachineNameWithThisString(url, hostName); 320url = HttpChannelHelper.ReplaceChannelUriWithThisString(url, iisHostOverride); 324url = HttpChannelHelper.ReplaceMachineNameWithThisString(url, hostName);