DotMSN

MSNSLPHandler.OnDCResponse Method 

Called when the remote client send us it's direct-connect capabilities

[Visual Basic]
Overridable Protected Sub OnDCResponse( _
   ByVal message As MSNSLPMessage _
)
[C#]
protected virtual void OnDCResponse(
   MSNSLPMessage message
);

Parameters

message

See Also

MSNSLPHandler Class | XihSolutions.DotMSN.DataTransfer Namespace