ImpersonateOnSerializingReplyMessageProperty Class
A helper class to enable impersonation while serializing the body of the reply message.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Name | Gets the name of the message property. |
| Name | Description | |
|---|---|---|
![]() | CreateCopy() | Creates a copy of the message property. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | StartImpersonation(IDisposable, IPrincipal, Boolean) | Starts impersonating with the caller's context if impersonation is enabled on the service and sets the appropriate principal on the thread as per the service configuration. |
![]() | StopImpersonation(IDisposable, IPrincipal, Boolean) | Reverts impersonation and sets the specified original principal on the thread. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() ![]() | TryGet(Message, ImpersonateOnSerializingReplyMessageProperty) | Gets the ImpersonateOnSerializingReplyMessageProperty property from the specified message. |
![]() ![]() | TryGet(MessageProperties, ImpersonateOnSerializingReplyMessageProperty) | Gets the ImpersonateOnSerializingReplyMessageProperty property from the specified MessageProperties object.. |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



