PeerCastStation.PeerCastStationSettings.ListenerSettings.ListenerSettings C# (CSharp) Method

ListenerSettings() public method

public ListenerSettings ( ) : System
return System
      public ListenerSettings()
      {
        var newkey = AuthenticationKey.Generate();
        this.AuthId       = newkey.Id;
        this.AuthPassword = newkey.Password;
      }
    }
PeerCastStationSettings.ListenerSettings