AspComet.Specifications.MessageBuilder.BuildWithRandomPropertyValues C# (CSharp) Method

BuildWithRandomPropertyValues() public static method

public static BuildWithRandomPropertyValues ( ) : Message
return Message
        public static Message BuildWithRandomPropertyValues()
        {
            return new Message
            {
                channel = RandomString(),
                clientId = RandomString(),
                connectionType = RandomString(),
                error = RandomString(),
                id = RandomString(),
                minimumVersion = RandomString(),
                subscription = RandomString()
            };
        }