Server.StunRequestEventArgs.StunRequestEventArgs C# (CSharp) Method

StunRequestEventArgs() public method

public StunRequestEventArgs ( Server.Mobile m ) : System
m Server.Mobile
return System
		public StunRequestEventArgs( Mobile m )
		{
			m_Mobile = m;
		}
	}
StunRequestEventArgs