TweetHarbor.Models.User.GetServiceHookUrl C# (CSharp) Method

GetServiceHookUrl() public method

public GetServiceHookUrl ( ) : string
return string
        public string GetServiceHookUrl()
        {
            return string.Format("http://tweetharbor.apphb.com/notify/new/{0}?token={1}", this.UserName, this.UniqueId);
        }