WebLogic Messaging API Class Library

Constants.Context Members

Constants.Context overview

Public Static Fields

PROVIDER_URL The URL for a WebLogic server t3 port, required when creating an IContext. Legal URL syntax includes t3://hostname[,hostname]*:portnumber or t3://hostname:port[,hosthame:port] . The ContextFactory.CreateContext call iterates over each component address until one succeeds or all fail. For additional information on URLs, see the WebLogic JMS .NET client documentation.
SECURITY_CREDENTIALS Optional password, specified when creating an IContext.
SECURITY_PRINCIPAL Optional username, specified when creating an IContext.

Public Instance Methods

Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
ToString (inherited from Object)

See Also

Constants.Context Class | WebLogic.Messaging Namespace | ContextFactory