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)
    {

    }
  }