HttpTransportBindingElement.ShouldSerializeMessageHandlerFactory Method

Definition

Determines whether the message handler factory should be serialized.

public:
 bool ShouldSerializeMessageHandlerFactory();
public bool ShouldSerializeMessageHandlerFactory ();
member this.ShouldSerializeMessageHandlerFactory : unit -> bool
Public Function ShouldSerializeMessageHandlerFactory () As Boolean

Returns

true if the message handler factory should be serialized; otherwise, false.

Applies to