AuctionSniper.Core.Chat.IChat C# (CSharp) Method

IChat() public method

public IChat ( ) : void
return void
        void IChat.Close()
        {
            this.Connection.Close();

            if (this.ChatClosing != null) {
                this.ChatClosing(this.Connection);
            }
        }

Same methods

Chat::IChat ( Message inMessage ) : void