Return a ContentSource object that will serve as the source of connections to the server on the given host and port, with login credentials of the given user and password. No connections are made at this time. Note that the ContentSource instance returned may be shared with other callers or threads. The implementation may choose to pool and re-use ContentSource objects for a particular host/port/user combination.
[Visual Basic] Overloads Public Shared Function NewContentSource( _ ByVal host As String, _ ByVal port As Integer, _ ByVal user As String, _ ByVal password As String, _ ByVal contentbaseName As String _ ) As ContentSource