1 write to m_Uri
System (1)
net\System\Net\FtpWebRequest.cs (1)
528
m_Uri
= uri;
9 references to m_Uri
System (9)
net\System\Net\FtpWebRequest.cs (9)
353
return
m_Uri
;
490
ServicePoint servicePoint = ServicePointManager.FindServicePoint(
m_Uri
, proxy);
530
if (
m_Uri
.UserInfo != null &&
m_Uri
.UserInfo.Length != 0) {
531
string userInfo =
m_Uri
.UserInfo;
546
SetupCacheProtocol(
m_Uri
);
1941
m_FtpWebResponse = new FtpWebResponse(responseStream, -1,
m_Uri
, FtpStatusCode.Undefined, null, DateTime.Now, null, null, null);
1964
m_HttpWebRequest = new HttpWebRequest(
m_Uri
, ServicePoint);
2009
NetworkCredential networkCreds = this.Credentials.GetCredential(
m_Uri
, "basic");