BlockBuddyRequest Constructor |
Creates a new BlockBuddyRequest instance.
Namespace:
Sfs2X.Requests.Buddylist
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public BlockBuddyRequest(
string buddyName,
bool blocked
)
Parameters
- buddyName
- Type: SystemString
The name of the buddy to be blocked or unblocked. - blocked
- Type: SystemBoolean
true if the buddy must be blocked; false if he must be unblocked.
Remarks
The instance must be passed to the
SmartFox.Send method for the request to be performed.
See Also