다음을 통해 공유


UdpBindingElement.MaxReceivedMessageSize 속성

정의

UDP 바인딩 요소의 받은 메시지 최대 크기 속성 값을 가져오거나 설정합니다.

public:
 property long MaxReceivedMessageSize { long get(); void set(long value); };
[System.Configuration.ConfigurationProperty("maxReceivedMessageSize", DefaultValue=65536)]
[System.Configuration.LongValidator(MinValue=1)]
public long MaxReceivedMessageSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxReceivedMessageSize", DefaultValue=65536)>]
[<System.Configuration.LongValidator(MinValue=1)>]
member this.MaxReceivedMessageSize : int64 with get, set
Public Property MaxReceivedMessageSize As Long

속성 값

Int64

받은 최대 메시지 크기 속성의 값입니다.

특성

적용 대상