WebLogic Messaging API Class Library

Constants.Context Members

Constants.Context overview

Public Static Fields

PROVIDER_URL Provider URL, 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)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

Constants.Context Class | WebLogic.Messaging Namespace | ContextFactory