DotMSN

P2PDirectProcessor.Listen Method 

Starts listening at the specified port in the connectivity settings.

[Visual Basic]
Public Sub Listen( _
   ByVal address As IPAddress, _
   ByVal port As Integer _
)
[C#]
public void Listen(
   IPAddress address,
   int port
);

See Also

P2PDirectProcessor Class | XihSolutions.DotMSN.DataTransfer Namespace