RemObjects.InternetPack.Http.AsyncHttpContext.SendResponse C# (CSharp) Метод

SendResponse() публичный Метод

public SendResponse ( ) : void
Результат void
		public void SendResponse()
		{
			if (this.ResponseSent)
				return;

			this.ResponseSent = true;
			this.CurrentResponse.FinalizeHeader();
			this.fWorker.SendResponse();
		}
	}