C# Class Microsoft.AspNet.SignalR.Infrastructure.UrlEncoder

Helpers for encoding URI query components.
显示文件 Open project: SignalR/SignalR

Public Methods

Method Description
UrlEncode ( string str ) : string

Private Methods

Method Description
IntToHex ( int n ) : char
IsUrlSafeChar ( char ch ) : bool
UrlEncode ( byte bytes, int offset, int count ) : byte[]
UrlEncode ( byte bytes, int offset, int count, bool alwaysCreateNewReturnValue ) : byte[]
ValidateUrlEncodingParameters ( byte bytes, int offset, int count ) : bool

Method Details

UrlEncode() public static method

public static UrlEncode ( string str ) : string
str string
return string