Pics() public method

public Pics ( string value ) : void
value string
return void
Esempio n. 1
0
		public void Pics_Deny_Unrestricted ()
		{
			HttpResponse response = new HttpResponse (writer);
			try {
				response.Pics (String.Empty);
			}
			catch (HttpException) {
				// ms 
			}
		}
 public override void Pics(string value)
 {
     _httpResponse.Pics(value);
 }
Esempio n. 3
0
 public override void Pics(string value)
 {
     w.Pics(value);
 }