Steamworks.NativeMethods.ISteamNetworking_CreateListenSocket C# (CSharp) Method

ISteamNetworking_CreateListenSocket() private method

private ISteamNetworking_CreateListenSocket ( int nVirtualP2PPort, uint nIP, ushort nPort, [ bAllowUseOfPacketRelay ) : uint
nVirtualP2PPort int
nIP uint
nPort ushort
bAllowUseOfPacketRelay [
return uint
		public static extern uint ISteamNetworking_CreateListenSocket(int nVirtualP2PPort, uint nIP, ushort nPort, [MarshalAs(UnmanagedType.I1)] bool bAllowUseOfPacketRelay);
NativeMethods