Furcadia Framework For Third Party Programs
PounceConnection Constructor (String, String, String) |
[This is preliminary documentation and is subject to change.]
A HTTP web request
Namespace: Furcadia.Net.Pounce
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public PounceConnection( string url, string[] shortN_friends, string[] Dreams )
Public Sub New ( url As String, shortN_friends As String(), Dreams As String() ) Dim url As String Dim shortN_friends As String() Dim Dreams As String() Dim instance As New PounceConnection(url, shortN_friends, Dreams)
public: PounceConnection( String^ url, array<String^>^ shortN_friends, array<String^>^ Dreams )
new : url : string * shortN_friends : string[] * Dreams : string[] -> PounceConnection
Parameters
- url
- Type: SystemString
Url (i.e http://on.furcadia.com) or if you have a custom on-line check server use that instead - shortN_friends
- Type: SystemString
Friends (shortname) (i.e emeraldflame instead of Emerald|Flame) - Dreams
- Type: SystemString
String Array of Dreams
See Also