In This Topic
GdPicture14.WPF Namespace / GdViewer Class / DisplayFromHTTP Method / DisplayFromHTTP(String,String,Int32) Method

DisplayFromHTTP(String,String,Int32) Method

In This Topic
Syntax
'Declaration

 

Public Overloads Function DisplayFromHTTP( _

   ByVal Host As String, _

   ByVal Path As String, _

   ByVal HTTPPort As Integer _

) As GdPictureStatus
public GdPictureStatus DisplayFromHTTP( 

   string Host,

   string Path,

   int HTTPPort

)
public function DisplayFromHTTP( 

    Host: String;

    Path: String;

    HTTPPort: Integer

): GdPictureStatus; 
public function DisplayFromHTTP( 

   Host : String,

   Path : String,

   HTTPPort : int

) : GdPictureStatus;
public: GdPictureStatus DisplayFromHTTP( 

   string* Host,

   string* Path,

   int HTTPPort

) 
public:

GdPictureStatus DisplayFromHTTP( 

   String^ Host,

   String^ Path,

   int HTTPPort

) 

Parameters

Host
Path
HTTPPort
See Also