MessagePackHubProtocolOptions 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
옵션입니다 MessagePackHubProtocol .
public ref class MessagePackHubProtocolOptions
public class MessagePackHubProtocolOptions
type MessagePackHubProtocolOptions = class
Public Class MessagePackHubProtocolOptions
- 상속
-
MessagePackHubProtocolOptions
생성자
MessagePackHubProtocolOptions() |
옵션입니다 MessagePackHubProtocol . |
속성
FormatterResolvers |
옵션입니다 MessagePackHubProtocol . |
SerializationContext |
옵션입니다 MessagePackHubProtocol . |
SerializerOptions |
에서 내부적으로 MessagePack.MessagePackSerializer사용되는 를 MessagePack.MessagePackSerializerOptions 가져오거나 설정합니다. 기본값을 재정의하는 경우 다음을 호출하여 로 MessagePack.MessagePackSecurity.UntrustedData 설정하는 MessagePack.MessagePackSecurity 것이 좋습니다. customMessagePackSerializerOptions = customMessagePackSerializerOptions.WithSecurity(MessagePackSecurity.UntrustedData) 기본 옵션을 수정하는 경우 업데이트된 옵션도 속성에 SerializerOptions 다시 할당해야 합니다. options.SerializerOptions = options.SerializerOptions.WithResolver(new CustomResolver());
|