C# 클래스 DotAmf.Data.AmfHeaderDescriptor

AMF header descriptor.
파일 보기 프로젝트 열기: artema/DotAmf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MustUnderstand bool
Name string

프로퍼티 상세

MustUnderstand 공개적으로 프로퍼티

Client must understand this header or handle an error if he can't.
public bool MustUnderstand
리턴 bool

Name 공개적으로 프로퍼티

A remote operation or method to be invoked by this header.
public string Name
리턴 string