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

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

public HttpIncomingStream ( HttpIncomingRequestResponse owner ) : System
owner HttpIncomingRequestResponse
Результат System
		public HttpIncomingStream(HttpIncomingRequestResponse owner)
		{
			if (owner.Chunked)
				throw new Exception("ContentStream is currently not supported for Chunked HTTP transfer.");

			this.fOwner = owner;
		}