Amqp.Framing.Properties.ToString C# (CSharp) Method

ToString() public method

Returns a string that represents the current properties object.
public ToString ( ) : string
return string
        public override string ToString()
        {
            return this.GetDebugString(
                "properties",
                new object[] { "message-id", "user-id", "to", "subject", "reply-to", "correlation-id", "content-type", "content-encoding", "absolute-expiry-time", "creation-time", "group-id", "group-sequence", "reply-to-group-id" },
                this.Fields);
        }
#endif