5 references to StringHelper
System.Runtime.Remoting (5)
channels\http\httpchannelhelper.cs (2)
41if (StringHelper.StartsWithAsciiIgnoreCasePrefixLower(url, _http)) 45if (StringHelper.StartsWithAsciiIgnoreCasePrefixLower(url, _https))
channels\ipc\ipcchannelhelper.cs (1)
28return StringHelper.StartsWithAsciiIgnoreCasePrefixLower(url, _ipc);
channels\tcp\tcpchannelhelper.cs (1)
36if (StringHelper.StartsWithAsciiIgnoreCasePrefixLower(url, _tcp))
channels\tcp\tcpsocketmanager.cs (1)
250if (!StringHelper.StartsWithDoubleUnderscore(headerName)) // exclude special headers