% ----------------------------------------------------------------------------
% Members
% ----------------------------------------------------------------------------
-
\latexignore{\rtfignore{\membersection{Members}}}
\membersection{wxProtocol::Reconnect}\label{wxprotoreconnect}
TRUE, if the connection is established, else FALSE.
% ----------------------------------------------------------------------------
-
\membersection{wxProtocol::GetInputStream}\label{wxprotogetinput}
\func{wxInputStream *}{GetInputStream}{\param{const wxString\&}{ path}}
Returns the initialized stream. You will have to delete it yourself.
% ----------------------------------------------------------------------------
-
\membersection{wxProtocol::Abort}\label{wxprotoabort}
\func{bool}{Abort}{\void}
Returns TRUE, if successful, else FALSE.
% ----------------------------------------------------------------------------
-
\membersection{wxProtocol::GetError}
\func{wxProtocolError}{GetError}{\void}
\twocolitem{{\bf wxPROTO\_ABRT}}{Last action aborted.}
\twocolitem{{\bf wxPROTO\_RCNCT}}{An error occured during reconnection.}
\twocolitem{{\bf wxPROTO\_STREAM}}{Someone tried to send a command during a transfer.}
-\end{twocollist}%
+\end{twocollist}
% ----------------------------------------------------------------------------
-
\membersection{wxProtocol::GetContentType}
\func{wxString}{GetContentType}{\void}
Returns the type of the content of the last opened stream. It is a mime-type.
% ----------------------------------------------------------------------------
-
\membersection{wxProtocol::SetUser}
\func{void }{SetUser}{\param{const wxString\&}{ user}}