public MessageProperties(long ContentLength, UUID MessageId, byte[] CorrelationId, ReplyTo ReplyTo, String ContentType, String ContentEncoding, byte[] UserId, byte[] AppId, Dictionary <String, Object> ApplicationHeaders) { SetContentLength(ContentLength); SetMessageId(MessageId); SetCorrelationId(CorrelationId); SetReplyTo(ReplyTo); SetContentType(ContentType); SetContentEncoding(ContentEncoding); SetUserId(UserId); SetAppId(AppId); SetApplicationHeaders(ApplicationHeaders); }