11 references to URLString
mscorlib (11)
system\security\permissions\urlidentitypermission.cs (1)
157
m_urls[0] = new
URLString
( value );
system\security\policy\applicationdirectory.cs (1)
34
m_appDirectory = new
URLString
( name );
system\security\policy\applicationdirectorymembershipcondition.cs (1)
74
URLString appDirString = new
URLString
(appDir);
system\security\policy\site.cs (2)
51
URLString urlString = new
URLString
( name );
56
return new SiteString( new
URLString
( name ).Host );
system\security\policy\url.cs (1)
43
m_url = new
URLString
( name );
system\security\policy\urlmembershipcondition.cs (3)
74
URLString url = new
URLString
(value);
133
mc.m_url = new
URLString
( m_url.ToString() );
197
URLString url = new
URLString
(elurl);
system\security\util\urlstring.cs (2)
1039
URLString u = new
URLString
( deviceName + "/" + this.m_directory.ToString() );
1045
URLString u = new
URLString
( "file://" + deviceName + "/" + this.m_directory.ToString() );