NServiceBus.MsmqTransportInfrastructure.MakeCanonicalForm C# (CSharp) Method

MakeCanonicalForm() public method

public MakeCanonicalForm ( string transportAddress ) : string
transportAddress string
return string
        public override string MakeCanonicalForm(string transportAddress)
        {
            return MsmqAddress.Parse(transportAddress).ToString();
        }