Sitecore.Social.Hyves.Providers.HyvesServerSession.HyvesServerSession C# (CSharp) Метод

HyvesServerSession() публичный Метод

public HyvesServerSession ( string consumerKey, string consumerSecret, List methods )
consumerKey string
consumerSecret string
methods List
    public HyvesServerSession(string consumerKey, string consumerSecret, List<HyvesMethod> methods)
      : base(consumerKey, consumerSecret, methods)
    {

    }
  }