System.Windows.Media.LicenseAcquirer.SetLicenseResponse C# (CSharp) Method

SetLicenseResponse() protected method

protected SetLicenseResponse ( Stream licenseResponse ) : void
licenseResponse Stream
return void
		protected void SetLicenseResponse (Stream licenseResponse)
		{
			throw new NotImplementedException ();
		}