System.ServiceModel.Channels.Http.AspNetHttpResponseInfo.SetLength C# (CSharp) Метод

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

public SetLength ( long value ) : void
value long
Результат void
		public override void SetLength (long value)
		{
			res.AddHeader ("Content-Length", value.ToString (CultureInfo.InvariantCulture));
		}
	}