DotMSN

MSNSLPHandler.CreateAcceptanceMessage Method 

Creates a 200 OK message. This is called by the handler after the client-programmer has accepted the invitation.

[Visual Basic]
Protected Function CreateAcceptanceMessage( _
   ByVal properties As MSNSLPTransferProperties _
) As MSNSLPMessage
[C#]
protected MSNSLPMessage CreateAcceptanceMessage(
   MSNSLPTransferProperties properties
);

Return Value

See Also

MSNSLPHandler Class | XihSolutions.DotMSN.DataTransfer Namespace