INetworkProgress 인터페이스

정의

주의

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

네트워크를 통해 데이터를 전송하는 네트워크 진행 정보를 제공합니다.

public interface class INetworkProgress
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public interface INetworkProgress
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
type INetworkProgress = interface
Public Interface INetworkProgress
특성

이벤트

ProgressChanged
사용되지 않음.

네트워크 진행이 변경되었습니다.

ProgressCompleted
사용되지 않음.

네트워크 진행이 완료되었습니다.

ProgressFailed
사용되지 않음.

네트워크 진행이 실패했습니다.

적용 대상