Overload | Description |
---|---|
SessionHeader Constructor(SessionSummary) | Create a new header from the provided session summary information |
SessionHeader Constructor(IDictionary<String,String>) | Create a new session header with the specified properties collection. All other values are unset. |
SessionHeader Constructor(Byte[]) | Create a new session header by reading the provided byte array |
SessionHeader Constructor(Stream,Int32) | Create a new session header by reading the provided stream, which must contain ONLY the header |