FreeSWITCH.Native.Event.GetBody C# (CSharp) 메소드

GetBody() 공개 메소드

public GetBody ( ) : string
리턴 string
        public string GetBody()
        {
            string ret = freeswitchPINVOKE.Event_GetBody(swigCPtr);
            return ret;
        }