Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RedirectionScope Class

.NET Framework (current version)
 

Represents redirection scope.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

System.Object
  System.ServiceModel.Channels.RedirectionScope

<SerializableAttribute>
Public Class RedirectionScope

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticEndpoint

Gets the RedirectionScope that represents the endpoint redirection scope.

System_CAPS_pubpropertySystem_CAPS_staticMessage

Gets the RedirectionScope that represents the message redirection scope.

System_CAPS_pubpropertyNamespace

Gets the namespace of the RedirectionScope.

System_CAPS_pubpropertySystem_CAPS_staticSession

Gets the RedirectionScope that represents the session redirection scope.

System_CAPS_pubpropertyValue

Gets the value of the RedirectionScope instance.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(String, String)

Creates a new RedirectionScope instance with the specified scope and namespace.

System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current RedirectionScope instance.(Overrides Object.Equals(Object).)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Gets the hash code for this instance.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Converts the current RedirectionScope to its equivalent string representation.(Overrides Object.ToString().)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(RedirectionScope, RedirectionScope)

Returns a value that indicates whether two instances of the RedirectionScope types are equal.

System_CAPS_puboperatorSystem_CAPS_staticInequality(RedirectionScope, RedirectionScope)

Returns a value that indicates whether two instances of the RedirectionScope types are not equal.

.NET Framework
Available since 4.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show:
© 2017 Microsoft