GoogleTalkPlugIn.GoogleTalkMessagingService.CanAccept C# (CSharp) Méthode

CanAccept() public méthode

public CanAccept ( Credentials credentials ) : bool
credentials Credentials
Résultat bool
        public bool CanAccept(Credentials credentials)
        {
            return credentials.ServiceInformation == _ServiceInformation;
        }