Amazon.Runtime.Internal.Transform.HttpWebRequestResponseData.GetObjectData C# (CSharp) Method

GetObjectData() private method

private GetObjectData ( System info, System context ) : void
info System
context System
return void
        public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
        {
            if (info != null)
            {
                info.AddValue("_headerNames", this._headerNames);
                info.AddValue("_headerNamesSet", this._headerNamesSet);
                info.AddValue("_headers", this._headers);
                info.AddValue("StatusCode", this.StatusCode);
                info.AddValue("IsSuccessStatusCode", this.IsSuccessStatusCode);
                info.AddValue("ContentType", this.ContentType);
                info.AddValue("ContentLength", this.ContentLength);
            }
        }