Click or drag to resize

RemoveBuddyRequest Constructor

Creates a new RemoveBuddyRequest instance.

Namespace:  Sfs2X.Requests.Buddylist
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public RemoveBuddyRequest(
	string buddyName
)

Parameters

buddyName
Type: SystemString
The name of the buddy to be removed from the user's buddies list.
Remarks
The instance must be passed to the SmartFox.Send method for the request to be performed.
See Also