UdpAnySourceMulticastClient.MulticastLoopback 속성

정의

주의

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

나가는 멀티캐스트 패킷을 보내는 애플리케이션에 전달할지 여부를 지정하는 값을 가져오거나 설정합니다.

public:
 property bool MulticastLoopback { bool get(); void set(bool value); };
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public bool MulticastLoopback { get; set; }
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
member this.MulticastLoopback : bool with get, set
Public Property MulticastLoopback As Boolean

속성 값

Boolean를 반환합니다.

멀티캐스트 그룹으로 나가는 패킷을 보내는 애플리케이션에 전달할지 여부를 나타내는 값입니다.

특성

예외

멀티캐스트 그룹이 아직 조인되지 않았습니다.

설명

멀티 캐스트 트래픽을 인터넷에서 다 대 다 통신을 위한 확장 가능한 메서드입니다. 프로세스는 멀티 캐스트 그룹 주소를 구독합니다. 그런 다음 모든 패킷이 멀티 캐스트 그룹에 가입 된 프로세스에 의해 전송 멀티 캐스트 주소를 구독 하는 다른 모든 프로세스에서 수신 됩니다. MulticastLoopback 멀티 캐스트 패킷을 받으면 로컬 컴퓨터에서 프로세스가 여부 속성 컨트롤 멀티 캐스트 그룹에이 클라이언트에서 전송 합니다.

적용 대상