System.Windows.Media.DomainAcquirer.OnJoinDomain C# (CSharp) Method

OnJoinDomain() protected method

protected OnJoinDomain ( Stream joinChallenge, Uri domainServerUri ) : void
joinChallenge Stream
domainServerUri System.Uri
return void
		protected virtual void OnJoinDomain (Stream joinChallenge, Uri domainServerUri)
		{
			Console.WriteLine ("System.Windows.Media.DomainAcquirer.OnJoinDomain: NIEX");
			throw new NotImplementedException ();
		}