예제 #1
0
파일: Class43.cs 프로젝트: jollitycn/JGNet
    public bool SendByP2PChannel(string targetUserID, int informationType, byte[] info, ActionTypeOnNoP2PChannel actionType, bool post, ActionTypeOnChannelIsBusy action)
    {
        int             num        = post ? this.customizeMessageTypeRoom_0.InformationByPost : this.customizeMessageTypeRoom_0.InformationBySend;
        IMessageHandler interface2 = this.interface9_0.imethod_4 <BinaryInformationContract>(this.string_0, num, new BinaryInformationContract(informationType, info), targetUserID);

        return(this.interface31_0.SendByP2PChannel(interface2, actionType, post, targetUserID, action));
    }
예제 #2
0
 public bool SendByP2PChannel(IMessageHandler interface37_0, ActionTypeOnNoP2PChannel actionTypeOnNoP2PChannel_0, bool bool_0, string string_0, ActionTypeOnChannelIsBusy actionTypeOnChannelIsBusy_0)
 {
     return(this.interface36_0.SendByP2PChannel(interface37_0, actionTypeOnNoP2PChannel_0, bool_0, string_0, actionTypeOnChannelIsBusy_0));
 }