C# 클래스 DotAmf.Data.AmfMessageDescriptor

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

공개 프로퍼티들

프로퍼티 타입 설명
Response string
Target string

프로퍼티 상세

Response 공개적으로 프로퍼티

A method on the local client that should be invoked to handle the response.
public string Response
리턴 string

Target 공개적으로 프로퍼티

An operation, function, or method is to be remotely invoked.
public string Target
리턴 string