Exemplo n.º 1
0
		protected virtual void HandleRequest(HttpHeaderList HttpHeaderList, Dictionary<string, string> Parameters, byte[] PostContent)
		{
		}
Exemplo n.º 2
0
			protected override void HandleRequest(HttpHeaderList HttpHeaderList, Dictionary<string, string> Parameters, byte[] PostContent)
			{
				HandleRequestEvent.Set();
			}