DotMSN

P2PHandler.RequestSwitchboard Method 

Requests a new switchboard processor.

[Visual Basic]
Overridable Protected Function RequestSwitchboard( _
   ByVal remoteContact As String _
) As SBMessageHandler
[C#]
protected virtual SBMessageHandler RequestSwitchboard(
   string remoteContact
);

Parameters

remoteContact

Remarks

This is done by delegating the request to the nameserver handler. The supplied contact is also direct invited to the newly created switchboard session.

See Also

P2PHandler Class | XihSolutions.DotMSN.DataTransfer Namespace