C# Class System.Runtime.Remoting.Channels.Http.HttpChannelHelper

ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Methods

Method Description
CharacterHexDigitToDecimal ( byte b ) : int
DecimalToCharacterHexDigit ( int i ) : char
DecodeUriInPlace ( byte uriBytes, int &length ) : void
GetObjectUriFromRequestUri ( String uri ) : String
ParseContentType ( String contentType, String &value, String &charset ) : void
ParseURL ( String url, String &objectURI ) : String
ReplaceChannelUriWithThisString ( String url, String channelUri ) : String
ReplaceMachineNameWithThisString ( String url, String newMachineName ) : String
StartsWithHttp ( String url ) : int