WhatsAppApi.WhatsApp.addAuth C# (CSharp) 메소드

addAuth() 보호된 메소드

protected addAuth ( ) : ProtocolTreeNode
리턴 WhatsAppApi.Helper.ProtocolTreeNode
        protected ProtocolTreeNode addAuth()
        {
            var node = new ProtocolTreeNode("auth",
                new KeyValue[] { new KeyValue("xmlns", @"urn:ietf:params:xml:ns:xmpp-sasl"), new KeyValue("mechanism", "DIGEST-MD5-1") });
            return node;
        }