OpenMetaverse Protocol Library Developers API Documentation
FriendshipOfferedEventArgs Constructor (agentID, agentName, imSessionID)
NamespacesOpenMetaverse FriendshipOfferedEventArgsFriendshipOfferedEventArgs(UUID, String, UUID)
Construct a new instance of the FriendshipOfferedEventArgs class
Declaration Syntax
C#
public
FriendshipOfferedEventArgs(

UUID
agentID,

string
agentName,

UUID
imSessionID
)
Parameters
agentID ( UUID)
The ID of the agent requesting friendship
agentName ( String)
The name of the agent requesting friendship
imSessionID ( UUID)
The ID of the session, used in accepting or declining the friendship offer

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)