다음을 통해 공유


HttpTransportBindingElement.ShouldSerializeMessageHandlerFactory 메서드

정의

메시지 처리기 팩터리가 serialize되어야 하는지 여부를 확인합니다.

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

반환

Boolean

메시지 처리기 팩터리를 serialize해야 하면 true이고, 그렇지 않으면 false입니다.

적용 대상