예제 #1
0
파일: Client.cs 프로젝트: rbernon/monoDX
 public void Connect(ApplicationDescription applicationDescription, Address hostAddress, Address deviceInformation, NetworkPacket userConnectData, out int asyncHandle, Microsoft.DirectX.DirectPlay.ConnectFlags flags)
 {
     throw new NotImplementedException();
 }
예제 #2
0
파일: Peer.cs 프로젝트: rbernon/monoDX
 public void Connect(ApplicationDescription applicationDescription, Address hostAddress, Address deviceInformation, NetworkPacket userConnectData, Microsoft.DirectX.DirectPlay.ConnectFlags flags, object playerContext, object userContext)
 {
     throw new NotImplementedException();
 }