26 references to IsBlankString
System (26)
net\System\Net\_BasicClient.cs (2)
103
if (ValidationHelper.
IsBlankString
(username)) {
107
string rawString = ((!ValidationHelper.
IsBlankString
(domain)) ? (domain + "\\") : "") + username + ":" + NC.InternalGetPassword();
net\System\Net\_DigestClient.cs (1)
943
if (ValidationHelper.
IsBlankString
(username)) {
net\System\Net\_FtpControlStream.cs (1)
1149
if(!ValidationHelper.
IsBlankString
(parameter)) {
net\System\Net\_SafeNetHandles.cs (1)
2981
if (ValidationHelper.
IsBlankString
(key)) {
net\System\Net\cookie.cs (2)
249
if (ValidationHelper.
IsBlankString
(value) || !InternalSetName(value)) {
256
if (ValidationHelper.
IsBlankString
(value) || value[0] == '$' || value.IndexOfAny(Reserved2Name) != -1) {
net\System\Net\cookiecontainer.cs (1)
658
if (ValidationHelper.
IsBlankString
(cookie.Name)) {
net\System\Net\filewebrequest.cs (1)
167
if (ValidationHelper.
IsBlankString
(value)) {
net\System\Net\FtpWebRequest.cs (1)
2013
if (!ValidationHelper.
IsBlankString
(domain)) {
net\System\Net\HttpWebRequest.cs (6)
1321
if (!ValidationHelper.
IsBlankString
(TransferEncoding)) {
2521
if (ValidationHelper.
IsBlankString
(value)) {
2800
if (ValidationHelper.
IsBlankString
(value)) {
2853
if (ValidationHelper.
IsBlankString
(value)) {
2955
if (ValidationHelper.
IsBlankString
(value)) {
5043
if (!ValidationHelper.
IsBlankString
(Connection)) {
net\System\Net\HttpWebResponse.cs (1)
203
if (m_CharacterSet == null && !ValidationHelper.
IsBlankString
(contentType)) {
net\System\Net\Logging.cs (2)
433
if (!ValidationHelper.
IsBlankString
(retValue)) {
470
if (!ValidationHelper.
IsBlankString
(e.StackTrace)) {
net\System\Net\NetworkInformation\ping.cs (2)
285
if (ValidationHelper.
IsBlankString
(hostNameOrAddress)) {
399
if (ValidationHelper.
IsBlankString
(hostNameOrAddress)) {
net\System\Net\WebHeaderCollection.cs (5)
651
if ( ValidationHelper.
IsBlankString
(header) ) {
692
if (ValidationHelper.
IsBlankString
(name)) {
711
if (ValidationHelper.
IsBlankString
(name)) {
742
if ( ValidationHelper.
IsBlankString
(name) ) {
899
if (ValidationHelper.
IsBlankString
(key)) {