Microsoft.Protocols.TestSuites.SharedAdapter.FsshttpbResponse.FsshttpbResponse C# (CSharp) Method

FsshttpbResponse() public method

Initializes a new instance of the FsshttpbResponse class.
public FsshttpbResponse ( ) : System.Collections.Generic
return System.Collections.Generic
        public FsshttpbResponse()
        {
            this.CellSubResponses = new List<FsshttpbSubResponse>();
        }