System.Windows.Media.LicenseAcquirer.OnAcquireLicense C# (CSharp) Méthode

OnAcquireLicense() protected méthode

protected OnAcquireLicense ( Stream licenseChallenge, Uri licenseServerUri ) : void
licenseChallenge Stream
licenseServerUri System.Uri
Résultat void
		protected internal virtual void OnAcquireLicense (Stream licenseChallenge, Uri licenseServerUri)
		{
			throw new NotImplementedException ();
		}